diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 619ebbc..b8fc85b 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -5,12 +5,21 @@ export default defineConfig({ title: "assemblyscript unittest framework", description: "documents of assemblyscript unittest framework", base: "/assemblyscript-unittest-framework/", + head: [["meta", { name: "google-site-verification", content: "762vxla4bLoGKFlH_iYkk7TVUhrwwpMFS2r7idty0_Y" }]], + sitemap: { + hostname: "https://wasm-ecosystem.github.io/assemblyscript-unittest-framework/", + }, themeConfig: { // https://vitepress.dev/reference/default-theme-config search: { provider: "local", }, - nav: [{ text: "Home", link: "/" }], + nav: [ + { text: "Home", link: "/" }, + { text: "Release", link: "/release-note" }, + { text: "npm", link: "https://www.npmjs.com/package/assemblyscript-unittest-framework" }, + { text: "Issue", link: "https://github.com/wasm-ecosystem/assemblyscript-unittest-framework/issues" }, + ], sidebar: [ { text: "Document", diff --git a/docs/index.md b/docs/index.md index 909e03c..1ae0f56 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,9 +9,12 @@ hero: - theme: brand text: Quick Start link: /quick-start - - theme: alt + - theme: brand text: API documents link: /api-documents + - theme: alt + text: Release Note + link: /release-note ---