Skip to content

Commit 7cbf385

Browse files
authored
Remove the docs website infra from this repo (#357)
1 parent de818be commit 7cbf385

18 files changed

+2
-534
lines changed

.prettierignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# This file uses terraform's templating syntax rather than YML, so prettier can't parse it
2-
website/infra/bootstrap/user_data.yml
3-
41
# Leading whitespace there is intentional as the place for the main issue body
52
.github/issue_template.md

website/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (process.env.CI) {
1515
{
1616
defer: "",
1717
src: "https://umami.bon-rs.com/script.js",
18-
"data-website-id": "10c1ad05-7a6e-49ee-8633-5f8f75de4ab9",
18+
"data-website-id": "2cf84b2e-1da2-48f4-acbd-1d967a6836f6",
1919
},
2020
]);
2121
}
@@ -83,7 +83,7 @@ export default defineConfig({
8383
},
8484
},
8585

86-
srcExclude: ["README.md", "infra/**", "doctests/**"],
86+
srcExclude: ["README.md", "doctests/**"],
8787

8888
head,
8989

website/infra/.terraform.lock.hcl

Lines changed: 0 additions & 44 deletions
This file was deleted.

website/infra/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

website/infra/bootstrap/60-static-ip.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

website/infra/bootstrap/data-volume.service

Lines changed: 0 additions & 20 deletions
This file was deleted.

website/infra/bootstrap/data-volume.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/infra/bootstrap/docker-compose.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

website/infra/bootstrap/docker-daemon.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

website/infra/bootstrap/umami.service

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)