mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
@@ -105,20 +105,20 @@ const navigation = {
|
|||||||
{ name: t("common.servers"), href: "#" },
|
{ name: t("common.servers"), href: "#" },
|
||||||
],
|
],
|
||||||
documentation: [
|
documentation: [
|
||||||
{ name: t("footer.api"), href: "https://api.droposs.org/" },
|
// TODO: public API docs
|
||||||
|
// { name: t("footer.api"), href: "https://api.droposs.org/" },
|
||||||
{
|
{
|
||||||
name: t("footer.docs.server"),
|
name: t("footer.docs.server"),
|
||||||
href: "https://wiki.droposs.org/guides/quickstart.html",
|
href: "https://docs.droposs.org/docs/guides/quickstart",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: t("footer.docs.client"),
|
name: t("footer.docs.client"),
|
||||||
href: "https://wiki.droposs.org/guides/client.html",
|
href: "https://docs.droposs.org/docs/guides/client",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
about: [
|
about: [
|
||||||
{ name: t("footer.aboutDrop"), href: "https://droposs.org/" },
|
{ name: t("footer.aboutDrop"), href: "https://droposs.org/" },
|
||||||
{ name: t("footer.features"), href: "https://droposs.org/features" },
|
{ name: t("footer.comparison"), href: "https://droposs.org/comparison" },
|
||||||
{ name: t("footer.faq"), href: "https://droposs.org/faq" },
|
|
||||||
],
|
],
|
||||||
social: [
|
social: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -188,14 +188,12 @@
|
|||||||
"footer": {
|
"footer": {
|
||||||
"about": "About",
|
"about": "About",
|
||||||
"aboutDrop": "About Drop",
|
"aboutDrop": "About Drop",
|
||||||
"api": "API",
|
|
||||||
"docs": {
|
"docs": {
|
||||||
"client": "Client Docs",
|
"client": "Client Docs",
|
||||||
"server": "Server Docs"
|
"server": "Server Docs"
|
||||||
},
|
},
|
||||||
"documentation": "Documentation",
|
"documentation": "Documentation",
|
||||||
"faq": "FAQ",
|
"comparison": "Comparison",
|
||||||
"features": "Features",
|
|
||||||
"findGame": "Find a Game",
|
"findGame": "Find a Game",
|
||||||
"footer": "Footer",
|
"footer": "Footer",
|
||||||
"games": "Games",
|
"games": "Games",
|
||||||
|
|||||||
+1
-1
@@ -15,8 +15,8 @@ console.log(`Building Drop ${dropVersion} #${commitHash}`);
|
|||||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
extends: ["./drop-base"],
|
extends: ["./drop-base"],
|
||||||
|
|
||||||
// Module config from here down
|
// Module config from here down
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
"vue3-carousel-nuxt",
|
"vue3-carousel-nuxt",
|
||||||
"nuxt-security",
|
"nuxt-security",
|
||||||
|
|||||||
Reference in New Issue
Block a user