From d03010ec9be71f0f756cfbc860de3120ff87f0e7 Mon Sep 17 00:00:00 2001 From: Hayato Kihara <14058454+gumimin@users.noreply.github.com> Date: Thu, 11 Sep 2025 03:23:23 +0900 Subject: [PATCH] docs: Add missing TOC entries to TechDocs FAQ (#30900) Signed-off-by: Hayato Kihara --- .github/vale/config/vocabularies/Backstage/accept.txt | 1 + docs/features/techdocs/FAQ.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/vale/config/vocabularies/Backstage/accept.txt b/.github/vale/config/vocabularies/Backstage/accept.txt index ec43e1fbbc..516eec516f 100644 --- a/.github/vale/config/vocabularies/Backstage/accept.txt +++ b/.github/vale/config/vocabularies/Backstage/accept.txt @@ -146,6 +146,7 @@ Expedia facto failover Fargate +faqs featureful Figma firehydrant diff --git a/docs/features/techdocs/FAQ.md b/docs/features/techdocs/FAQ.md index 24777e5763..9c78e3e123 100644 --- a/docs/features/techdocs/FAQ.md +++ b/docs/features/techdocs/FAQ.md @@ -12,6 +12,8 @@ This page answers frequently asked questions about [TechDocs](README.md). - [What static site generator is TechDocs using?](#what-static-site-generator-is-techdocs-using) - [What is the mkdocs-techdocs-core plugin?](#what-is-the-mkdocs-techdocs-core-plugin) - [Does TechDocs support file formats other than Markdown (e.g. RST, AsciiDoc)?](#does-techdocs-support-file-formats-other-than-markdown-eg-rst-asciidoc-) +- [What should be the value of `backstage.io/techdocs-ref` when using external build and storage?](#what-should-be-the-value-of-backstageiotechdocs-ref-when-using-external-build-and-storage) +- [Is it possible for users to suggest changes or provide feedback on a TechDocs page?](#is-it-possible-for-users-to-suggest-changes-or-provide-feedback-on-a-techdocs-page) #### What static site generator is TechDocs using?