-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (61 loc) · 2.07 KB
/
mkdocs.yml
File metadata and controls
67 lines (61 loc) · 2.07 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: ckanext-selfinfo
site_url: https://datashades.github.io/ckanext-selfinfo/
repo_url: https://github.com/DataShades/ckanext-selfinfo
theme:
name: material
features:
- content.code.copy
plugins:
- glightbox
nav:
- Home: index.md
- Requirements: requirements.md
- Installation: installation.md
- Config Settings: config_settings.md
- Categories: categories.md
- Configuration:
- Secure URL and Action: configuration/secure_url_and_action.md
- Unique Redis key: configuration/unique_redis_key_per_portal_instance.md
- Enable Errors: configuration/errors.md
- GIT Info: configuration/git_info.md
- Solr Schema: configuration/solr_schema.md
- CLI: cli.md
- Profiles:
- Overview: profiles/overview.md
- Cron Based:
- Selfinfo custom Redis key: profiles/redis_key.md
- Selfinfo internal IP Redis key (experimental):
- Overview: profiles/duplicated_env.md
- Shared Categories: profiles/shared_categories.md
- Extending Selfinfo: extending/overview.md
- Selftools:
- Overview: selftools/overview.md
- Configuration: selftools/configuration.md
- Categories:
- Solr: selftools/categories/solr.md
- DB: selftools/categories/db.md
- Redis: selftools/categories/redis.md
- Config: selftools/categories/config.md
- Model: selftools/categories/model.md
- Datastore: selftools/categories/datastore.md
- User: selftools/categories/user.md
- Config Settings: selftools/config_settings.md
- Extending Selftools: selftools/extending_selftools.md
- Selftracking:
- Overview: selftracking/overview.md
- Configuration: selftracking/configuration.md
- Config Settings: selftracking/config_settings.md
- Custom Tracks: selftracking/custom_tracks.md
- Categories: selftracking/categories.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html