File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ const currentPath = new URL(Astro.request.url).pathname
3
3
4
4
const pages = [
5
5
{ path: ' /' , text: ' Playground' },
6
- { path: ' /docs' , text: ' Documentation' },
7
- { path: ' /reference' , text: ' Function reference' },
8
- { path: ' /implementations' , text: ' Implementations' }
6
+ { path: ' /docs/ ' , text: ' Documentation' },
7
+ { path: ' /reference/ ' , text: ' Function reference' },
8
+ { path: ' /implementations/ ' , text: ' Implementations' }
9
9
]
10
10
11
11
function isCurrentPath(path : string ) {
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import categories from ' ./data/reference.json'
3
3
4
- const docsBaseUrl = ' /docs'
5
- const referenceBaseUrl = ' /reference'
4
+ const docsBaseUrl = ' /docs/ '
5
+ const referenceBaseUrl = ' /reference/ '
6
6
</script >
7
7
8
8
{#each categories as category }
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ import Layout from '../layouts/Layout.astro'
12
12
13
13
<style >
14
14
:root {
15
- --background-color: #fafafa;
15
+ --background-color: #fafafa !important ;
16
16
}
17
17
</style >
You can’t perform that action at this time.
0 commit comments