Skip to content

Commit 35298ff

Browse files
committed
Add docs layout
1 parent 11c305c commit 35298ff

File tree

82 files changed

+576
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+576
-101
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
id: setup
8282
run: |
8383
SWAMP_VERSION_REGEX="version:\s(.+)\+(.+)"
84-
[[ $(grep -E "${SWAMP_VERSION_REGEX}" app/pubspec.yaml) =~ ${SWAMP_VERSION_REGEX} ]]
84+
[[ $(grep -E "${SWAMP_VERSION_REGEX}" server/pubspec.yaml) =~ ${SWAMP_VERSION_REGEX} ]]
8585
SWAMP_VERSION="${BASH_REMATCH[1]}"
8686
echo "SWAMP_VERSION=${SWAMP_VERSION}" >> $GITHUB_ENV
8787
echo "SWAMP_VERSION=${SWAMP_VERSION}" >> $GITHUB_OUTPUT

README.md

Lines changed: 4 additions & 1 deletion

SECURITY.md

Lines changed: 32 additions & 0 deletions

docs/astro.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
"./src/styles/custom.css",
2121
],
2222
logo: {
23-
src: "./public/favicon.svg",
23+
src: "./public/logo.svg",
2424
},
2525
favicon: "./favicon.ico",
2626
social: {
@@ -40,10 +40,11 @@ export default defineConfig({
4040
label: "Guides",
4141
items: [
4242
// Each item here is one entry in the navigation menu.
43-
{ label: "Example Guide", slug: "docs/v1/example" },
43+
{ label: "Introduction", slug: "docs/v1/intro" },
4444
{ label: "API", slug: "docs/v1/api" },
4545
],
4646
},
47+
{ label: "Downloads", slug: "downloads" },
4748
],
4849
}),
4950
AstroPWA({

docs/public/favicon.ico

14.7 KB
Binary file not shown.

docs/public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
337 KB
Binary file not shown.
341 KB
Binary file not shown.
336 KB
Binary file not shown.
340 KB
Binary file not shown.

0 commit comments

Comments
 (0)