skillhub/document
FenjuFu aff866f4b3 docs(faq): move entries to the published docs source and fix inaccuracies
Move the new FAQ entries from document/ (a generated tree that the docs
build does not read) to docs/skillhub/, which is what make docs-build and
the Pages deploy actually publish.

Also address review feedback:
- drop the SKILLHUB_BUILTIN_SKILLS_ENABLED tip; compose.release.yml does
  not pass that variable through, so setting it has no effect
- correct the dependency list: object storage defaults to local, S3 is
  recommended for production
- soften the 502 wording, since upstream/DNS/network can also cause it
- state the 32-character minimum for the cookie secret
- give a real bulk-install example and qualify v0.2.12 as a server version
- drop entries already covered by existing upgrade/MySQL/version questions

Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
2026-07-22 21:34:45 +08:00
..
docs docs(faq): move entries to the published docs source and fix inaccuracies 2026-07-22 21:34:45 +08:00
i18n/en/docusaurus-plugin-content-docs/current docs(faq): move entries to the published docs source and fix inaccuracies 2026-07-22 21:34:45 +08:00
src/css feat(docs): initialize Docusaurus documentation website 2026-03-15 18:27:32 +08:00
static/img feat(docs): initialize Docusaurus documentation website 2026-03-15 18:27:32 +08:00
.gitignore feat(docs): initialize Docusaurus documentation website 2026-03-15 18:27:32 +08:00
docusaurus.config.js fix(docs): update document links without numeric prefixes 2026-03-15 19:07:31 +08:00
package.json feat(docs): complete Docusaurus website with bilingual support 2026-03-15 18:36:59 +08:00
sidebars.js fix(docs): update document links without numeric prefixes 2026-03-15 19:07:31 +08:00
tsconfig.json feat(docs): initialize Docusaurus documentation website 2026-03-15 18:27:32 +08:00