Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new docs #354

Merged
merged 29 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
cmd: install
- uses: borales/[email protected]
with:
cmd: run bundle
cmd: run build
- name: Check diff
run: git diff --quiet || { echo "You forgot to run 'yarn run bundle && yarn run generate-types'"; exit 1; }
run: git diff --quiet || { echo "You forgot to run 'yarn run build'"; exit 1; }

name: Generated content is up to date
on:
Expand Down
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
docs
.DS_Store

# Logs
Expand Down Expand Up @@ -134,4 +133,7 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.pnp.*

rust/src/docs
rust/target
334 changes: 0 additions & 334 deletions .redocly.lint-ignore.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"cSpell.words": [
"autobanned",
"Baddress",
"Bdatum",
"Bech",
"Bepoch",
"Bhash",
"Bindex",
"BIPFS",
"Blabel",
"blockfrost",
"Bnumber",
"Bpolicy",
"Bpool",
"Brole",
"Bscript",
"Bslot",
"Bstake",
"Bticker",
"Bxpub",
"cbor",
"decentralisation",
"delegators",
Expand Down
Loading
Loading