slpkg/mkdocs.yml

39 lines
1 KiB
YAML
Raw Normal View History

2023-06-12 09:06:01 +03:00
site_name: slpkg
site_url: https://dslackw.gitlab.io/slpkg
2023-06-12 13:59:07 +03:00
repo_url: https://gitlab.com/dslackw/slpkg
2023-06-12 14:06:36 +03:00
repo_name: GitLab
2023-06-12 14:00:42 +03:00
site_description: Slpkg is a software package manager for Slackware
2023-06-12 17:50:20 +03:00
site_author: dslackw
2023-06-12 11:33:09 +03:00
copyright: Copyright 2014-2023 © Dimitris Zlatanidis
2023-06-12 09:06:01 +03:00
site_dir: public
2023-06-12 11:42:04 +03:00
nav:
- Home: 'index.md'
2023-06-12 20:19:33 +03:00
- Pictures:
2023-06-12 20:11:54 +03:00
- Screenshots: 'screenshots/index.md'
2023-06-12 20:25:34 +03:00
- How to start:
- CLI Usage: 'cli_usage/index.md'
- Examples: 'how_to_start/index.md'
2023-06-12 23:32:51 +03:00
- Manpages:
- EN: 'manpages/en.md'
2023-06-12 23:36:51 +03:00
- FR: 'manpages/fr.md'
2023-06-12 20:38:47 +03:00
- Configuration:
- Files: 'configuration/index.md'
- Multilib: 'configuration/multilib.md'
2023-06-12 22:01:15 +03:00
- Recommended:
2023-06-12 22:32:44 +03:00
- SUN: 'sun.md'
- sbo-create: 'sbo_create.md'
2023-06-12 22:01:15 +03:00
- Testing:
- Test: 'test.md'
2023-06-12 12:14:15 +03:00
- Install: 'install.md'
2023-06-12 12:44:17 +03:00
- Repositories: 'repositories.md'
2023-06-12 12:16:48 +03:00
- Issues: 'issues.md'
2023-06-12 11:42:04 +03:00
2023-06-12 09:06:01 +03:00
theme:
name: terminal
palette: dark
2023-06-12 11:27:55 +03:00
features:
2023-06-12 11:35:15 +03:00
- footer.prev_next
- navigation.side.indexes
- revision.date
2023-06-12 11:36:58 +03:00
- revision.history