mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Add Mkdocs
This commit is contained in:
parent
04f75a10a5
commit
037c47c093
13 changed files with 209 additions and 0 deletions
14
mkdocs.yml
Normal file
14
mkdocs.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
site_name: Powerlevel10k Documentation
|
||||
repo_url: https://github.com/romkatv/powerlevel10k
|
||||
edit_uri: null
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Get Started: getting_started.md
|
||||
- Features:
|
||||
- 'Configuration wizard': 'features/wizard.md'
|
||||
- 'Uncompromising performance': 'features/uncompromising_performance.md'
|
||||
- 'Powerlevel10k Compatibility': 'features/p10k_compatibility.md'
|
||||
- 'Pure compatibility': 'features/pure_compatibility.md'
|
||||
- 'Instant prompt': 'features/instant_prompt.md'
|
||||
- 'Show on command': 'features/show_on_command.md'
|
||||
- 'Transient prompt': 'features/transient_prompt.md'
|
||||
Loading…
Add table
Add a link
Reference in a new issue