forked from sean-ww/react-redux-datatable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcouscous.yml
34 lines (33 loc) · 1.06 KB
/
couscous.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
template:
url: https://github.com/sean-ww/Template-ReadTheDocs.git
include:
- docs
title: React Redux Datatable
baseUrl: https://sean-ww.github.io/react-redux-datatable
# The left menu bar
menu:
sections:
getStarted:
text: Get Started
items:
getStarted:
text: Get Started
relativeUrl: get-started/get-started.html
tableSettings:
text: Table Settings
relativeUrl: get-started/table-settings.html
tableColumns:
text: Table Columns
relativeUrl: get-started/table-columns.html
requestingData:
text: Requesting Data
items:
overview:
text: Overview
relativeUrl: requesting-data/overview.html
exportingData:
text: Exporting Data
items:
overview:
text: Overview
relativeUrl: exporting-data/overview.html