Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit 5796e03

Browse files
committed
docs: fix CNAME record
1 parent 5fe82f5 commit 5796e03

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ tools/tracy
1919

2020
# We have a recommended vscode config under tools/vscode, which you can symlink to .vscode.
2121
/.vscode
22-
23-
docs_website

Diff for: src/docs_website/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ npm-debug.log*
1818
yarn-debug.log*
1919
yarn-error.log*
2020

21+
pages
2122
build

Diff for: src/docs_website/scripts/build.sh

-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,3 @@ npx remark --use remark-validate-links --frail pages
3838
# Build the site
3939
rm -rf build
4040
npx docusaurus build
41-
42-
# CNAME file for Github Pages DNS matching
43-
echo 'docs.tigerbeetle.com' >> docs/CNAME

Diff for: src/docs_website/static/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.tigerbeetle.com

0 commit comments

Comments
 (0)