Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 21 additions & 11 deletions config/_default/menus.en.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
header:
- name: Datasets
url: https://opentermsarchive.org/en/datasets/
- name: Collections
url: https://opentermsarchive.org/en/collections/
weight: 1
- name: Memos
url: https://opentermsarchive.org/en/memos/
Expand All @@ -18,31 +18,41 @@ footer:
- name: Home
url: https://opentermsarchive.org
weight: 1
- name: Collections
url: https://opentermsarchive.org/en/collections/
weight: 2
- name: Datasets
url: https://opentermsarchive.org/en/datasets/
weight: 2
weight: 4
- name: Memos
url: https://opentermsarchive.org/en/memos/
weight: 3
weight: 4
- name: Documentation
url: /
weight: 4
weight: 5
- name: Impact
url: https://opentermsarchive.org/en/impact/
weight: 5
weight: 6
- name: About
url: https://opentermsarchive.org/en/about/
weight: 6
weight: 7
first_subfooter:
- name: Services status
url: https://stats.uptimerobot.com/nXvrBcl0wx
weight: 1
params:
target: _blank
- name: Statistics
url: https://opentermsarchive.org/en/stats/
weight: 1
weight: 2
- name: Media
url: https://opentermsarchive.org/en/media/
weight: 2
- name: Source code
url: https://github.com/OpenTermsArchive
weight: 3
- name: Source code
url: https://github.com/OpenTermsArchive/engine
weight: 4
params:
target: _blank
second_subfooter:
- name: Legal notice
url: https://opentermsarchive.org/en/legal-notice/
Expand Down
30 changes: 20 additions & 10 deletions config/_default/menus.fr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
header:
- name: Jeux de données
url: https://opentermsarchive.org/fr/jeux-de-donnees/
- name: Collections
url: https://opentermsarchive.org/fr/collections/
weight: 1
- name: Mémos
url: https://opentermsarchive.org/fr/memos/
Expand All @@ -18,31 +18,41 @@ footer:
- name: Accueil
url: https://opentermsarchive.org
weight: 1
- name: Collections
url: https://opentermsarchive.org/fr/collections/
weight: 2
- name: Jeux de données
url: https://opentermsarchive.org/fr/jeux-de-donnees/
weight: 2
weight: 3
- name: Mémos
url: https://opentermsarchive.org/fr/memos/
weight: 3
weight: 4
- name: Documentation
url: /fr
weight: 4
weight: 5
- name: Impact
url: https://opentermsarchive.org/fr/impact/
weight: 5
weight: 6
- name: À propos
url: https://opentermsarchive.org/fr/a-propos/
weight: 6
weight: 7
first_subfooter:
- name: État des services
url: https://stats.uptimerobot.com/nXvrBcl0wx
weight: 1
params:
target: _blank
- name: Statistiques
url: https://opentermsarchive.org/fr/statistiques/
weight: 1
weight: 2
- name: Média
url: https://opentermsarchive.org/fr/media/
weight: 2
weight: 3
- name: Code source
url: https://github.com/OpenTermsArchive
weight: 3
weight: 4
params:
target: _blank
second_subfooter:
- name: Mentions légales
url: https://opentermsarchive.org/fr/mentions-legales/
Expand Down
Loading