Skip to content

Commit d5cb1ec

Browse files
author
Guy Bedford
committed
fix: revert documentation website refactoring
1 parent b3ed6f4 commit d5cb1ec

File tree

66 files changed

+6597
-21386
lines changed

Some content is hidden

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

66 files changed

+6597
-21386
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- run: yarn install --mode=update-lockfile
5353
working-directory: ./documentation/app
54-
- run: npm run build
54+
- run: npm run build:files
5555
working-directory: ./documentation/app
5656

5757
- run: yarn && npm run format-changelog

documentation/app/.gitignore

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1+
# Dependencies
12
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*
21+
222
/bin
3-
/pkg
4-
/static-publisher
23+
/pkg

documentation/app/.publish-id

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

documentation/app/fastly.toml

Lines changed: 6 additions & 15479 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)