Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions moonwave.toml
Original file line number Diff line number Diff line change
@@ -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
Loading