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

docs: finalise docs-snippets #3369

Merged
merged 40 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9f1dec9
chore: migrate all `docs-snippets2` functionality to `docs`
petertonysmith94 Oct 30, 2024
806d9ea
add script snippets to `docs-snippets2`
Dhaiwat10 Nov 13, 2024
591dd2b
Merge branch 'master' of github.com:FuelLabs/fuels-ts into ps/docs/fi…
petertonysmith94 Nov 13, 2024
5b6f3b0
chore: finalized migration of docs-snippets
petertonysmith94 Nov 13, 2024
be7cd63
chore: added correct path to env
petertonysmith94 Nov 13, 2024
0f59663
chore: finalized the snippet wrapping
petertonysmith94 Nov 13, 2024
86cafdd
chore: lint + gitignore
petertonysmith94 Nov 13, 2024
44cf8fe
Merge branch 'master' into ps/docs/finalise-docs-snippets
petertonysmith94 Nov 13, 2024
5fb5201
chore: removed typegend folder
petertonysmith94 Nov 13, 2024
c4a414c
chore: tweaked the type check to only pass the snippets
petertonysmith94 Nov 13, 2024
14f44c6
Merge branch 'ps/docs/finalise-docs-snippets' of github.com:FuelLabs/…
petertonysmith94 Nov 13, 2024
daf922c
chore: removed regions
petertonysmith94 Nov 13, 2024
7fbb526
chore: removed final `#import`
petertonysmith94 Nov 13, 2024
2a0be14
docs: migrated `script-init`
petertonysmith94 Nov 13, 2024
dec35d1
chore: reverted changes to proxy
petertonysmith94 Nov 13, 2024
c89b622
chore: changeset
petertonysmith94 Nov 13, 2024
8a27f9c
Merge branch 'master' into ps/docs/finalise-docs-snippets
petertonysmith94 Nov 13, 2024
ef5475b
Merge branch 'master' into ps/docs/finalise-docs-snippets
Torres-ssf Nov 14, 2024
8d36260
Merge remote-tracking branch 'origin' into ps/docs/finalise-docs-snip…
petertonysmith94 Nov 14, 2024
d66bce5
Merge branch 'ps/docs/finalise-docs-snippets' of github.com:FuelLabs/…
petertonysmith94 Nov 14, 2024
2de505f
Merge branch 'master' of github.com:FuelLabs/fuels-ts into ps/docs/fi…
petertonysmith94 Nov 19, 2024
c4629c6
chore: corrected MarkdownIt type
petertonysmith94 Nov 19, 2024
58506ae
chore: fix pretest
petertonysmith94 Nov 19, 2024
4eb94c2
chore: migrating snippets to inline
petertonysmith94 Nov 20, 2024
4858683
chore: fixed snippet location
petertonysmith94 Nov 20, 2024
8ed2695
chore: fix imports
petertonysmith94 Nov 20, 2024
2301b25
chore: lint spell check
petertonysmith94 Nov 20, 2024
fb25d23
chore: added prettier ignore files
petertonysmith94 Nov 20, 2024
7c3adea
Merge branch 'master' of github.com:FuelLabs/fuels-ts into ps/docs/fi…
petertonysmith94 Nov 20, 2024
3e3abd0
Update .github/workflows/code-lint.yaml
petertonysmith94 Nov 21, 2024
aae0dc3
Trigger Build
petertonysmith94 Nov 21, 2024
f9711d9
Merge branch 'ps/docs/finalise-docs-snippets' of github.com:FuelLabs/…
petertonysmith94 Nov 21, 2024
2942b84
Merge branch 'master' of github.com:FuelLabs/fuels-ts into ps/docs/fi…
petertonysmith94 Nov 22, 2024
0d9fbf0
chore: rollback linting of spellcheck
petertonysmith94 Nov 22, 2024
6b0b25f
chore: altered readme
petertonysmith94 Nov 22, 2024
33d8185
chore: rollback pretest
petertonysmith94 Nov 22, 2024
f5f024c
chore: removed non-existent file from wrap ignore
petertonysmith94 Nov 22, 2024
956727e
Revert "chore: rollback linting of spellcheck"
petertonysmith94 Nov 22, 2024
9fbb033
chore: removed docs prettier ignore
petertonysmith94 Nov 22, 2024
da872c7
chore: added tests to prettierignore
petertonysmith94 Nov 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"demo-nextjs",
"demo-node-esm",
"demo-typegen",
"docs-snippets",
"docs-snippets2",
"template-nextjs",
"create-fuels-counter-guide",
"demo-wallet-sdk-react",
Expand Down
2 changes: 2 additions & 0 deletions .changeset/itchy-forks-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ apps/demo-nextjs
apps/demo-react-cra
apps/demo-react-vite
apps/create-fuels-counter-guide
apps/docs-snippets2/src/typegend
apps/docs-snippets2/src/**/*.test.ts
apps/docs/src/typegend
apps/docs/src/**/*.test.ts

packages/fuels/src/cli/commands/deploy/proxy
packages/fuels/test/fixtures/project
Expand Down
3 changes: 1 addition & 2 deletions .knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"/apps/docs/*",
"/packages/abi-typegen/test/**",
"templates/**",
"/apps/docs-snippets/**",
"/apps/docs-snippets2/**/*.test.ts",
"/apps/docs/**/*.test.ts",
"apps/create-fuels-counter-guide/**",
"apps/docs-api/**"
],
Expand Down
6 changes: 4 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ apps/demo-typegen/src/script-types
apps/demo-typegen/src/predicate-types
apps/docs/.vitepress/cache/
apps/create-fuels-counter-guide
apps/docs-snippets/.fuels
apps/docs-snippets2/.fuels
apps/docs/.fuels
apps/docs/.typedoc
apps/docs/src/api
apps/docs/src/typegend

packages/fuels/src/cli/commands/deploy/proxy
packages/fuels/test/fixtures/project
Expand Down
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
}
},
{
"files": ["apps/docs-snippets2/src/**/*.ts"],
"excludeFiles": ["apps/docs-snippets2/src/**/*.test.ts"],
"files": ["apps/docs/src/**/*.ts"],
"excludeFiles": ["apps/docs/src/**/*.test.ts"],
"options": {
"printWidth": 80
}
Expand Down
1 change: 0 additions & 1 deletion apps/docs-snippets/.gitignore

This file was deleted.

134 changes: 0 additions & 134 deletions apps/docs-snippets/CHANGELOG.md

This file was deleted.

9 changes: 0 additions & 9 deletions apps/docs-snippets/fuels.config.ts

This file was deleted.

20 changes: 0 additions & 20 deletions apps/docs-snippets/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions apps/docs-snippets/scripts/pretest.sh

This file was deleted.

This file was deleted.

Loading
Loading