Reenabled github page edit link (#3491)

# Description of Changes

The GitHub edit links were disabled in the new docs, this reenables
them.

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

<!-- Describe any testing you've done, and any testing you'd like your
reviewers to do,
so that you're confident that all the changes work as expected! -->

- [x] Tested locally that this works.
This commit is contained in:
Tyler Cloutier
2025-10-31 10:51:03 -04:00
committed by GitHub
parent 3863f209d9
commit a4b8abfa7a
4 changed files with 502 additions and 153 deletions
+1
View File
@@ -93,6 +93,7 @@ const config: Config = {
'classic',
{
docs: {
editUrl: "https://github.com/clockworklabs/SpacetimeDB/edit/master/docs/",
routeBasePath: '/',
sidebarPath: './sidebars.ts',
sidebarCollapsed: false,
+1
View File
@@ -16,6 +16,7 @@
},
"dependencies": {
"@docusaurus/core": "3.9.1",
"@docusaurus/plugin-content-docs": "^3.9.2",
"@docusaurus/preset-classic": "3.9.1",
"@docusaurus/theme-common": "^3.9.1",
"@easyops-cn/docusaurus-search-local": "^0.49.2",
-4
View File
@@ -299,10 +299,6 @@ strong {
color: var(--clockworklabs-strong-color);
}
footer {
display: none;
}
.tabs__item {
border-bottom-width: 1px;
}
+500 -149
View File
File diff suppressed because it is too large Load Diff