1
0
Fork 0
mirror of synced 2024-06-28 09:31:10 -04:00
yadm/_data/navigation.yml
Tim Byrne 9fa5c9418c
Refactor website (#146)
* Migrate to using "remote themes" instead of forked content
* Update to most recent mmistakes
* Add docker-based testing
* Create Makefile for test targets
* Add travis-ci integration
* Update badges to use shields.io
* Replace splash page image (old one's attribution disappeared from
  unsplash.com)
2019-03-20 01:45:26 -05:00

44 lines
1.1 KiB
YAML

---
main:
- title: '
<a href="https://github.com/TheLocehiliosan/yadm/stargazers">
<img
src="https://img.shields.io/github/stars/TheLocehiliosan/yadm.svg?style=social"
alt="Stars">
</a>
'
- title: '
<a href="https://github.com/TheLocehiliosan/yadm/watchers">
<img
src="https://img.shields.io/github/watchers/TheLocehiliosan/yadm.svg?style=social"
alt="Watchers">
</a>
'
docs:
- title: Basics
children:
- title: "Overview"
url: /docs/overview
- title: "Installation"
url: /docs/install
- title: "Getting Started"
url: /docs/getting_started
- title: "Common Commands"
url: /docs/common_commands
- title: Advanced Features
children:
- title: "Bootstrap"
url: /docs/bootstrap
- title: "Alternate Files"
url: /docs/alternates
- title: "Encryption"
url: /docs/encryption
- title: More Help
children:
- title: "FAQ"
url: /docs/faq
- title: "Example Dotfiles"
url: /docs/examples
- title: "Manual"
url: "https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md"