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

update RPC CLI / node-tutorial page for breaking changes #929

Closed
jcstein opened this issue Aug 7, 2023 · 1 comment
Closed

update RPC CLI / node-tutorial page for breaking changes #929

jcstein opened this issue Aug 7, 2023 · 1 comment
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@jcstein
Copy link
Member

jcstein commented Aug 7, 2023

celestiaorg/celestia-node#2521 (comment)

@jcstein
Copy link
Member Author

jcstein commented Aug 7, 2023

to be merged when RC is live on networks arabica & mocha

@jcstein jcstein added bug Something isn't working documentation Improvements or additions to documentation labels Aug 7, 2023
@jcstein jcstein self-assigned this Aug 10, 2023
@jcstein jcstein closed this as completed Aug 31, 2023
jcstein added a commit that referenced this issue Aug 31, 2023
* move constants to "docs/" directory and change paths

* move linked images and keep favicon/logos in static/img

* add celestia-node api docs

* components: pass constants in as props

* add co

* fix: bug

* update deps 😎

* add versioning

* add node tutorial from #930

Resolves #929, making updates to the blob module.

This may have more changes, depending on when other modules are made to match kebab-case (context).

* add more dropdown

* Revert "add more dropdown"

This reverts commit b47204e0cf49ae7fa80348c35d5bb39baaf46b38.

* add tagline and allow homepage to show "Celestia Docs | Build Modular." instead of "Celestia Docs | Celestia Docs"

* add IdealImage

Resolves #687

* match #951

* resolve build issues and issues with leap image paths

* resolve md lint error w converted file from md to mdx

* path of mdx

* fix: broken links in versioned docs

* fix

* lock top nav bar to version being used

* openrpc spec and links to node api page

* use tag instead of sha on arabica versions

* fix build

* improve gif quality on leap/cosmostation

* store openrpc-spec in own directory in src

* add js api pages 😄

* swizzle navbars and hide default `docsVersionDropdown` in order to create custom version dropdown for api docs in place

* add custom dropdown, and code format for params/return/perms

* edit api component

* remove buggy snap heading on sidebar

* hide footer on /api/ pages to improve UX

* add search

* add "clear" button

* add "no modules or methods" found result

* increase font size

* hide sidebar on small screens

* improve version selector styling

* add api version when menu hidden

* fix: remove any links to old api pages

* edit .markdownlint.yml

* remove command that is not in rc8-arabica-improvements

* version docs for arabica-improvements and add guide on how to make new version

* docs: add arabica-10 endpoints

still to be tested on upcoming node release

* bump compatible rollkit version on constants

* update https on arabica-10 endpoint

* update api spec for rc10
jcstein added a commit to jcstein/docs that referenced this issue Sep 18, 2023
* move constants to "docs/" directory and change paths

* move linked images and keep favicon/logos in static/img

* add celestia-node api docs

* components: pass constants in as props

* add co

* fix: bug

* update deps 😎

* add versioning

* add node tutorial from celestiaorg#930

Resolves celestiaorg#929, making updates to the blob module.

This may have more changes, depending on when other modules are made to match kebab-case (context).

* add more dropdown

* Revert "add more dropdown"

This reverts commit b47204e0cf49ae7fa80348c35d5bb39baaf46b38.

* add tagline and allow homepage to show "Celestia Docs | Build Modular." instead of "Celestia Docs | Celestia Docs"

* add IdealImage

Resolves celestiaorg#687

* match celestiaorg#951

* resolve build issues and issues with leap image paths

* resolve md lint error w converted file from md to mdx

* path of mdx

* fix: broken links in versioned docs

* fix

* lock top nav bar to version being used

* openrpc spec and links to node api page

* use tag instead of sha on arabica versions

* fix build

* improve gif quality on leap/cosmostation

* store openrpc-spec in own directory in src

* add js api pages 😄

* swizzle navbars and hide default `docsVersionDropdown` in order to create custom version dropdown for api docs in place

* add custom dropdown, and code format for params/return/perms

* edit api component

* remove buggy snap heading on sidebar

* hide footer on /api/ pages to improve UX

* add search

* add "clear" button

* add "no modules or methods" found result

* increase font size

* hide sidebar on small screens

* improve version selector styling

* add api version when menu hidden

* fix: remove any links to old api pages

* edit .markdownlint.yml

* remove command that is not in rc8-arabica-improvements

* version docs for arabica-improvements and add guide on how to make new version

* docs: add arabica-10 endpoints

still to be tested on upcoming node release

* bump compatible rollkit version on constants

* update https on arabica-10 endpoint

* update api spec for rc10
jcstein added a commit that referenced this issue Sep 21, 2023
* move constants to "docs/" directory and change paths

* move linked images and keep favicon/logos in static/img

* add celestia-node api docs

* components: pass constants in as props

* add co

* fix: bug

* update deps 😎

* add versioning

* add node tutorial from #930

Resolves #929, making updates to the blob module.

This may have more changes, depending on when other modules are made to match kebab-case (context).

* add more dropdown

* Revert "add more dropdown"

This reverts commit b47204e0cf49ae7fa80348c35d5bb39baaf46b38.

* add tagline and allow homepage to show "Celestia Docs | Build Modular." instead of "Celestia Docs | Celestia Docs"

* add IdealImage

Resolves #687

* match #951

* resolve build issues and issues with leap image paths

* resolve md lint error w converted file from md to mdx

* path of mdx

* fix: broken links in versioned docs

* fix

* lock top nav bar to version being used

* openrpc spec and links to node api page

* use tag instead of sha on arabica versions

* fix build

* improve gif quality on leap/cosmostation

* store openrpc-spec in own directory in src

* add js api pages 😄

* swizzle navbars and hide default `docsVersionDropdown` in order to create custom version dropdown for api docs in place

* add custom dropdown, and code format for params/return/perms

* edit api component

* remove buggy snap heading on sidebar

* hide footer on /api/ pages to improve UX

* add search

* add "clear" button

* add "no modules or methods" found result

* increase font size

* hide sidebar on small screens

* improve version selector styling

* add api version when menu hidden

* fix: remove any links to old api pages

* edit .markdownlint.yml

* remove command that is not in rc8-arabica-improvements

* version docs for arabica-improvements and add guide on how to make new version

* docs: add arabica-10 endpoints

still to be tested on upcoming node release

* bump compatible rollkit version on constants

* update https on arabica-10 endpoint

* update api spec for rc10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant