docs/faq: add back index + frontmatter tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
id: index
|
||||
title: Overview
|
||||
description: FAQ Overview
|
||||
---
|
||||
|
||||
This section contains answers to frequently asked questions about Backstage.
|
||||
|
||||
### [Product FAQ](../faq/product.md)
|
||||
|
||||
Questions related to product and design.
|
||||
|
||||
### [Technical FAQ](../faq/technical.md)
|
||||
|
||||
General technical questions about Backstage.
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: Product FAQs
|
||||
title: Product FAQs
|
||||
description: All FAQs related to Product
|
||||
id: product
|
||||
title: Product FAQ
|
||||
description: Product FAQ
|
||||
---
|
||||
|
||||
### Can we call Backstage something different? So that it fits our company better?
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: Technical FAQs
|
||||
title: Technical FAQs
|
||||
description: All FAQs related to Technical
|
||||
id: technical
|
||||
title: Technical FAQ
|
||||
description: Technical FAQ
|
||||
---
|
||||
|
||||
### What technology does Backstage use?
|
||||
|
||||
@@ -472,7 +472,7 @@
|
||||
"architecture-decisions/adrs-adr012",
|
||||
"architecture-decisions/adrs-adr013"
|
||||
],
|
||||
"FAQ": ["faq/Product FAQs", "faq/Technical FAQs"],
|
||||
"FAQ": ["faq/index", "faq/product", "faq/technical"],
|
||||
"Accessibility": ["accessibility/index"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user