forked from allink/allink-core-static
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (49 loc) · 1.76 KB
/
mkdocs.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: allink-core-static
pages:
- Introduction: 'index.md'
- Overview:
- Important notes: 'overview/important.md'
- How to update: 'overview/update.md'
- Webpack: 'overview/webpack.md'
- NPM: 'overview/npm.md'
- Javascript:
- General Usage: 'javascript/usage.md'
- Custom Events: 'javascript/custom-events.md'
- Libraries: 'javascript/libraries.md'
- Stylesheets:
- General Usage: 'stylesheets/usage.md'
- Bootstrap: 'stylesheets/bootstrap.md'
- BEM methodology: 'stylesheets/bem.md'
- Variables: 'stylesheets/variables.md'
- Grid: 'stylesheets/grid.md'
- Breakpoints: 'stylesheets/breakpoints.md'
- Colors: 'stylesheets/colors.md'
- Text Container: 'stylesheets/text-container.md'
- Typography: 'stylesheets/typography.md'
- Form General: 'stylesheets/forms.md'
- Buttons: 'stylesheets/buttons.md'
- z-index: 'stylesheets/z-index.md'
- Plugins:
- Content Plugin: 'plugins/content-plugin.md'
- App Content Plugin: 'plugins/app-content-plugin.md'
- Modules:
- WYSYWIG Editor: 'modules/editor.md'
- Modals: 'modules/modals.md'
- Icon Font: 'modules/icons.md'
- OnScreen (Scroll Spy): 'modules/onscreen.md'
- Lazyloading: 'modules/lazyloading.md'
- Site Overlay: 'modules/site-overlay.md'
- (Scroll) To The Top: 'modules/ttt.md'
- Bootstrap Select: 'modules/bootstrap-select.md'
- Templates:
- base.html: 'templates/base.md'
- Setting up page templates: 'templates/page-templates.md'
- Setting up app plugin templates: 'templates/plugins.md'
- App detail view: 'templates/app-detail.md'
- Image Template Tag: 'templates/image.md'
- Styleguide: 'templates/styleguide.md'
extra_css:
- custom.css
markdown_extensions:
- admonition
theme: readthedocs