diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2abf5d1..700c699 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,4 +17,4 @@ - [ ] My changes generate no new warnings - [ ] I have added my new file to all language directories - [ ] I have replaced the old file in all language directories and not just the english language directory -- [ ] I have reviewed my translation for langauge mistakes \ No newline at end of file +- [ ] I have reviewed my translation for language mistakes \ No newline at end of file diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 0764679..9c092ab 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -3,7 +3,8 @@ import { footnote } from "@mdit/plugin-footnote"; // https://vitepress.dev/reference/site-config export default defineConfig({ - title: "Tickets Docs", + title: "Tickets Documentation", + titleTemplate: ":title | Tickets Documentation", description: "Official Documentation of the Tickets Discord Bot", srcDir: "./src", rewrites: { @@ -459,13 +460,6 @@ export default defineConfig({ }, cleanUrls: true, head: [ - [ - "meta", - { - content: "Tickets | Documentation", - property: "og:title", - }, - ], [ "meta", { @@ -508,4 +502,9 @@ export default defineConfig({ allowedHosts: [".tickets.bot"], }, }, + transformHead({ title }) { + return [ + ["meta", { property: "og:title", content: title }], + ]; + }, }); diff --git a/docs/src/en/index.md b/docs/src/en/index.md index 722c894..18e68c6 100644 --- a/docs/src/en/index.md +++ b/docs/src/en/index.md @@ -1,5 +1,6 @@ --- # https://vitepress.dev/reference/default-theme-home-page +title: Home layout: home hero: diff --git a/docs/src/en/team/index.md b/docs/src/en/team/index.md index 7c8814f..7c420b5 100644 --- a/docs/src/en/team/index.md +++ b/docs/src/en/team/index.md @@ -1,5 +1,6 @@ --- layout: page +title: Meet the Team ---