|
1 | 1 | site_name: simplug |
2 | 2 | site_description: A simple plugin system for Python with async hooks supported |
3 | 3 | site_author: pwwang |
4 | | -site_url: https://pwwang.github.io/simplug/ |
| 4 | +# site_url: https://pwwang.github.io/simplug/ |
5 | 5 | repo_url: https://github.com/pwwang/simplug |
6 | 6 | repo_name: pwwang/simplug |
7 | 7 |
|
8 | | -nav: |
9 | | - - Home: index.md |
10 | | - - Getting Started: getting-started.md |
11 | | - - Guides: |
12 | | - - Defining Hooks: guide/defining-hooks.md |
13 | | - - Implementing Hooks: guide/implementing-hooks.md |
14 | | - - Result Collection: guide/result-collection.md |
15 | | - - Plugin Registry: guide/plugin-registry.md |
16 | | - - Priority System: guide/priority-system.md |
17 | | - - Async Hooks: guide/async-hooks.md |
18 | | - - Setuptools Entrypoints: guide/entrypoints.md |
19 | | - - API Reference: mkapi/api/simplug |
20 | | - - Examples: examples.md |
21 | | - |
22 | 8 | theme: |
23 | 9 | name: material |
24 | 10 | palette: |
@@ -66,8 +52,26 @@ markdown_extensions: |
66 | 52 | - toc: |
67 | 53 | permalink: true |
68 | 54 |
|
| 55 | +extra_css: |
| 56 | + - style.css |
| 57 | + |
69 | 58 | extra: |
70 | 59 | social: |
71 | 60 | - icon: fontawesome/brands/github |
72 | 61 | link: https://github.com/pwwang/simplug |
73 | 62 | name: GitHub |
| 63 | + |
| 64 | +nav: |
| 65 | + - '': mkapi/api/simplug |
| 66 | + - Home: index.md |
| 67 | + - Getting Started: getting-started.md |
| 68 | + - Guides: |
| 69 | + - Defining Hooks: guide/defining-hooks.md |
| 70 | + - Implementing Hooks: guide/implementing-hooks.md |
| 71 | + - Result Collection: guide/result-collection.md |
| 72 | + - Plugin Registry: guide/plugin-registry.md |
| 73 | + - Priority System: guide/priority-system.md |
| 74 | + - Async Hooks: guide/async-hooks.md |
| 75 | + - Setuptools Entrypoints: guide/entrypoints.md |
| 76 | + - API Reference: api/simplug.md |
| 77 | + - Examples: examples.md |
0 commit comments