|
1 | | -site_name: MkDocs Plugins |
| 1 | +site_name: mkdocstrings-crystal |
2 | 2 | site_url: "https://mkdocstrings.github.io/crystal" |
3 | | -repo_url: "https://github.com/mkdocstrins/crystal" |
| 3 | +repo_url: "https://github.com/mkdocstrings/crystal" |
4 | 4 | edit_uri: blob/master/docs/ |
5 | 5 | use_directory_urls: false |
6 | 6 |
|
7 | 7 | theme: |
8 | 8 | name: material |
9 | 9 | features: |
10 | | - - navigation.tabs |
11 | 10 | - navigation.expand |
12 | 11 | icon: |
13 | 12 | repo: fontawesome/brands/github |
|
17 | 16 |
|
18 | 17 | extra_css: |
19 | 18 | - assets/style.css |
20 | | -extra_javascript: |
21 | | - - assets/script.js |
22 | 19 |
|
23 | 20 | plugins: |
24 | 21 | - search |
@@ -49,20 +46,15 @@ markdown_extensions: |
49 | 46 | permalink: "#" |
50 | 47 |
|
51 | 48 | nav: |
52 | | - - mkdocstrings-crystal: |
53 | | - - README.md |
54 | | - - Quickstart: |
55 | | - - quickstart/index.md |
56 | | - - Migrate from `crystal doc`: quickstart/migrate.md |
57 | | - - Managing Python dependencies: quickstart/python-dependencies.md |
58 | | - - Continuous build and publishing: quickstart/ci.md |
59 | | - - Configuration: configuration.md |
60 | | - - Styling: styling.md |
61 | | - - Extras: extras.md |
62 | | - - Troubleshooting: troubleshooting.md |
63 | | - - Introspection API: api.md |
64 | | - - Showcase: showcase.md |
65 | | - - section-index: https://oprypin.github.io/mkdocs-section-index/ |
66 | | - - literate-nav: https://oprypin.github.io/mkdocs-literate-nav/ |
67 | | - - gen-files: https://oprypin.github.io/mkdocs-gen-files/ |
68 | | - - same-dir: https://oprypin.github.io/mkdocs-same-dir/ |
| 49 | + - Introduction: README.md |
| 50 | + - Quickstart: |
| 51 | + - quickstart/index.md |
| 52 | + - Migrate from `crystal doc`: quickstart/migrate.md |
| 53 | + - Managing Python dependencies: quickstart/python-dependencies.md |
| 54 | + - Continuous build and publishing: quickstart/ci.md |
| 55 | + - Configuration: configuration.md |
| 56 | + - Styling: styling.md |
| 57 | + - Extras: extras.md |
| 58 | + - Troubleshooting: troubleshooting.md |
| 59 | + - Introspection API: api.md |
| 60 | + - Showcase: showcase.md |
0 commit comments