mirror of
https://github.com/mfocko/blog.git
synced 2024-11-21 20:43:48 +01:00
feat: group fi “docs” together
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
7155a112ab
commit
6d2fbe704a
1 changed files with 5 additions and 2 deletions
|
@ -36,7 +36,6 @@ class Subject {
|
|||
type: "doc",
|
||||
docId: `${this.subject}-intro`,
|
||||
docsPluginId: this.subject,
|
||||
position: "left",
|
||||
label: `${this.subject.toUpperCase()}: ${this.description}`,
|
||||
};
|
||||
}
|
||||
|
@ -133,7 +132,11 @@ const config = {
|
|||
navbar: {
|
||||
title: "mf",
|
||||
items: [
|
||||
...subjects.map((s) => s.navbar()),
|
||||
{
|
||||
type: "dropdown",
|
||||
label: "Additional FI MU materials",
|
||||
items: subjects.map((s) => s.navbar()),
|
||||
},
|
||||
{
|
||||
to: "contributions",
|
||||
label: "Contributions",
|
||||
|
|
Loading…
Reference in a new issue