diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ecc1baf..73a4eba 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,7 +24,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x cache: "npm" cache-dependency-path: "**/.github/workflows/*.yml" - name: Build diff --git a/moonwave.toml b/moonwave.toml index 3d79f7b..733e315 100644 --- a/moonwave.toml +++ b/moonwave.toml @@ -1 +1,15 @@ apiCategories = ["Library Management", "Instance Retrieval"] + +[docusaurus] +tagline = "Source code management engine for Roblox." + +[navbar] +title = "" + +[navbar.logo] +alt = "Overture Logo" +src = "https://github.com/devSparkle/overture-vscode/blob/main/assets/icon-dark.png" + +[home] +enabled = true +includeReadme = false