-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (38 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
41 lines (38 loc) · 1.31 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
site_name: Content Interface
site_url: https://djplaner.github.io/Content-Interface-Tweak/
site_author: David Jones
site_description: >-
Assemblage of technologies to enable use of Microsoft Word for content creation and updating for Blackboard Learn
# Configuration
theme:
name: material
language: en
# features:
# - tabs
nav:
- Home: 'index.md'
- Background:
- What & Why: 'background/whatWhy.md'
- How does it work: 'background/howWorks.md'
- Using:
- Authoring set up: 'using/authoringSetup.md'
- Page set up: 'using/setup.md'
- Create and modify: 'using/createAndModify.md'
- Automating updates: 'using/automatingUpdates.md'
- Sync shared folder: 'using/syncSharedFolder.md'
- Creating:
- Textual: 'creating/textualContent.md'
- Web: 'creating/webContent.md'
- University: 'creating/universityContent.md'
- Blackboard: 'creating/blackboardContent.md'
- Adding Cards: 'creating/addCards.md'
- Customising:
- Accordion opening: 'customising/accordionOpening.md'
- Accordion appearance: 'customising/accordionAppearance.md'
- Content appearance: 'customising/contentAppearance.md'
- Provide PDF: 'customising/providePDF.md'
- Download Button: 'customising/downloadButton.md'
markdown_extensions:
- toc:
permalink: '#'
baselevel: 1