This is an automated email from the ASF dual-hosted git repository.
moonming pushed a change to branch feat/astro-docs-wave3
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
from 38dab2073ec feat(docs): publish Markdown twins and an /llms.txt index
for agents
add 442343c7128 fix(docs): address review — SPA routing, sidebar depth,
edit refs, twins
No new revisions were added by this update.
Summary of changes:
.github/workflows/deploy.yml | 75 +++++++++++++-------------
doc/docusaurus.config.js | 34 ++++++++++++
next/scripts/generate-md-twins.mjs | 41 +++++++++++++-
next/scripts/sync-content.mjs | 18 +++++++
next/src/components/SidebarNodes.astro | 32 +++++++++++
next/src/layouts/DocPage.astro | 50 ++++++++---------
next/src/lib/content.ts | 27 ++++++++++
next/src/pages/docs/[project]/[...id].astro | 4 +-
next/src/pages/docs/apisix/[...id].astro | 6 ++-
next/src/pages/zh/docs/[project]/[...id].astro | 4 +-
next/src/pages/zh/docs/apisix/[...id].astro | 6 ++-
next/src/styles/global.css | 14 +++++
12 files changed, 236 insertions(+), 75 deletions(-)
create mode 100644 next/src/components/SidebarNodes.astro