From ad76a26782309a3dac879855c731804fc1dfc866 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:35:18 +0200 Subject: [PATCH] Add new menu options (#14) --- _data/navigation.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 45a0ec7..e257dfe 100755 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,11 +1,19 @@ - - name: Documentation + - name: Source Code + link: https://github.com/stashapp/stash + new_window: true + highlight: false +- name: Documentation link: https://docs.stashapp.cc new_window: true highlight: false - - name: Volunteer for Stash + - name: Volunteer link: /volunteer/ new_window: false highlight: false + - name: Donate + link: https://opencollective.com/stashapp + new_window: true + highlight: false #- name: Documentation # link: /docs/ # new_window: false