_data/base/navbar.yml in jekyll-theme-centos-2.3.0.beta.136 vs _data/base/navbar.yml in jekyll-theme-centos-2.3.0
- old
+ new
@@ -1,74 +1,57 @@
---
#
-# site.data.base.navbar - Control top navigation bar using relative links for
-# internal resources and absolute links for external resources. Useful when you
-# need the same site to be browsable on different environments (e.g., www and
-# www.dev).
+# site.data.base.navbar - Control top navigation bar using relative links
+# specific to jekyll-theme-centos-base website component. Not used inside
+# CentOS websites. Used in website component presentation only.
#
-- name: "Download"
- icon: "fas fa-download"
- link: "/download"
- menu: []
- visible_on: ["navbar"]
-- name: "About"
- icon: "fas fa-info-circle"
- link: "#"
+- name: "Layouts"
+ icon: "fa-solid fa-layer-group"
+ link: "/layouts/"
menu:
- - name: "About CentOS"
- link: "/about"
- - name: "Frequently Asked Questions (FAQs)"
- link: "https://wiki.centos.org/FAQ"
- - name: "Special Interest Groups (SIGs)"
- link: "https://wiki.centos.org/SpecialInterestGroups"
- - name: "CentOS Variants"
- link: "/variants"
- - name: "Governance"
- link: "/about/governance"
+ - name: "base/default.html"
+ link: "/layouts/default/"
visible_on: ["navbar", "footer"]
-- name: "Community"
- icon: "fas fa-users"
- link: "#"
+
+- name: "Includes"
+ icon: "fa-solid fa-arrows-turn-to-dots"
+ link: "/includes/"
menu:
- - name: "Contribute"
- link: "https://wiki.centos.org/Contribute"
- icon: "fas fa-hands-helping"
- - name: "Forums"
- link: "/forums/"
- icon: "fas fa-comments"
- - name: "Mailing Lists"
- link: "https://wiki.centos.org/GettingHelp/ListInfo"
- icon: "fas fa-envelope"
- - name: "IRC"
- link: "https://wiki.centos.org/irc"
- icon: "fas fa-hashtag"
- - name: "Calendar & IRC Meeting List"
- link: "/community/calendar/"
- icon: "fas fa-calendar-alt"
- - name: "Planet"
- link: "http://planet.centos.org/"
- icon: "fas fa-newspaper"
- - name: "Submit Bug"
- link: "https://bugs.centos.org/"
- icon: "fas fa-bug"
+ - name: "base/announcements.html"
+ link: "/includes/announcements/"
+ - name: "base/breadcrumbs.html"
+ link: "/includes/breadcrumbs/"
+ - name: "base/head.html"
+ link: "/includes/head/"
+ - name: "base/header.html"
+ link: "/includes/header/"
+ - name: "base/navbar.html"
+ link: "/includes/navbar/"
+ - name: "base/toc-accordion.html"
+ link: "/includes/toc-accordion/"
+ - name: "base/toc.html"
+ link: "/includes/toc/"
visible_on: ["navbar", "footer"]
-- name: "Documentation"
- icon: "fas fa-book"
- link: "#"
+
+- name: "Sass"
+ icon: "fa-brands fa-sass"
+ link: "/sass/"
menu:
- - name: "Wiki"
- link: "https://wiki.centos.org/"
- - name: "Manuals"
- link: "https://docs.centos.org/"
- - name: "GPG Key Info"
- link: "/keys"
+ - name: "base/variables"
+ link: "/sass/variables"
+ - name: "base/centos"
+ link: "/sass/centos"
visible_on: ["navbar", "footer"]
-- name: "Help"
- icon: "fas fa-life-ring"
- link: "https://wiki.centos.org/Documentation?action=show&redirect=GettingHelp"
- menu: []
- visible_on: ["navbar"]
-- name: "Search"
- icon: "fas fa-search"
- link: "/search"
- menu: []
- visible_on: []
+
+- name: "Data"
+ icon: "fa-solid fa-file-code"
+ link: "/data/"
+ menu:
+ - name: "site.data.base.identity"
+ link: "/data/identity"
+ - name: "site.data.base.navbar"
+ link: "/data/navbar"
+ - name: "site.data.base.navbar_absolute"
+ link: "/data/navbar_absolute"
+ - name: "site.data.base.navbar_component"
+ link: "/data/navbar_component"
+ visible_on: ["navbar", "footer"]