Skip to content

Commit

Permalink
Rename folder "docs" into "website"
Browse files Browse the repository at this point in the history
  • Loading branch information
lcswillems committed Jun 23, 2024
1 parent 89a67ea commit bdc9336
Show file tree
Hide file tree
Showing 26 changed files with 437 additions and 489 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Cache Next.js .next directory
uses: actions/cache@v4
with:
path: docs/.next/cache
key: ${{ runner.os }}-website-cache-${{ hashFiles('docs/**') }}
path: website/.next/cache
key: ${{ runner.os }}-website-cache-${{ hashFiles('website/**') }}
restore-keys: ${{ runner.os }}-website-cache-

- name: Use Node.js & pnpm
Expand All @@ -44,5 +44,5 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: xsuite
directory: docs/out
directory: website/out
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A big thank you to [the Buidly team](https://twitter.com/buidly_) who intensivel

<a href="https://twitter.com/buidly_">
<p align="center">
<img src="./docs/public/Buidly.png" />
<img src="./website/public/Buidly.png" />
</p>
</a>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"typecheck-contracts": "pnpm --filter \"./contracts/**\" typecheck",
"test-contracts": "pnpm --filter \"./contracts/**\" test",
"ci-main": "pnpm lint && pnpm build-xsuite-fullsimulnet && pnpm build-xsuite-lightsimulnet && pnpm build-xsuite && pnpm test-xsuite && pnpm verify-xsuite-wasms && pnpm build-contracts && pnpm typecheck-contracts && pnpm test-contracts",
"dev-website": "cd docs && pnpm dev",
"build-website": "cd docs && pnpm build",
"dev-website": "cd website && pnpm dev",
"build-website": "cd website && pnpm build",
"release-versions": "node release-versions.mjs",
"update-contracts-deps": "pnpm up -r commander tsx typescript vitest --latest"
},
Expand Down
910 changes: 429 additions & 481 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- "docs"
- "website"
- "xsuite"
- "xsuite-fullsimulnet"
- "xsuite-fullsimulnet-darwin-amd64"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/theme.config.jsx → website/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
</svg>
),
},
docsRepositoryBase: "https://github.com/arda-org/xSuite/tree/dev/docs",
docsRepositoryBase: "https://github.com/arda-org/xSuite/tree/dev/website",
footer: {
text: (
<span>
Expand Down
File renamed without changes.

0 comments on commit bdc9336

Please sign in to comment.