-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLucyBot.yml
More file actions
53 lines (51 loc) · 1.97 KB
/
LucyBot.yml
File metadata and controls
53 lines (51 loc) · 1.97 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
prismjsTheme: 'okaidia'
routes:
'/':
navigation: navigation
title: Documentation Generator
meta:
title: LucyBot Documentation
favicon: assets/favicon.ico
sitemap:
hostname: http://docs.lucybot.com
navigation:
- markdownFile: ./markdown/Introduction.md
- markdownFile: ./markdown/LucyBotYml.md
expand: true
children:
- markdownFile: ./markdown/Routing.md
children:
- markdownFile: ./markdown/uis/Documentation.md
- markdownFile: ./markdown/uis/Console.md
- markdownFile: ./markdown/uis/Markdown.md
- markdownFile: ./markdown/uis/Gallery.md
- markdownFile: ./markdown/uis/Workflow.md
- markdownFile: ./markdown/Specifications.md
- markdownFile: ./markdown/navigation/Navigation.md
children:
- markdownFile: ./markdown/navigation/Nesting.md
- markdownFile: ./markdown/navigation/Links.md
- markdownFile: ./markdown/navigation/OpenAPI.md
- markdownFile: ./markdown/BuildingTheSite.md
children:
- markdownFile: ./markdown/DevelopmentMode.md
- markdownFile: ./markdown/Travis.md
- markdownFile: ./markdown/Hosting.md
- title: Branding and Customization
markdown: |
LucyBot offers several options for customizing the look and
feel of your documentation. You can use Bootstrap themes
to specify your brand's preferred colors and fonts, and include
HTML templates to customize the navbar, footer, and loading screen.
children:
- markdownFile: ./markdown/Bootstrap.md
- markdownFile: ./markdown/Templates.md
- markdownFile: ./markdown/CSSClasses.md
- markdownFile: ./markdown/CustomizationExtras.md
- markdownFile: ./markdown/OpenAPIExtensions.md
- markdownFile: ./markdown/Including_Assets.md
- markdownFile: ./markdown/SEO.md
- markdownFile: ./markdown/Tracking.md
- markdownFile: ./markdown/DiscussionPages.md
- markdownFile: ./markdown/GitHub.md
- markdownFile: ./markdown/Workflows.md