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

Migrate to docusaurus #133

Merged
merged 60 commits into from
Nov 1, 2023
Merged

Migrate to docusaurus #133

merged 60 commits into from
Nov 1, 2023

Conversation

timothymcmackin
Copy link
Collaborator

@timothymcmackin timothymcmackin commented Oct 30, 2023

Migrate docs to Docusaurus with a new structure and style based on work we've been doing internally at TriliTech.

Preview version: https://docs-staging-git-docs-v2-trili-tech.vercel.app/

Pages to check in particular:

To verify locally, load this branch, run npm install and then run npm run build to build and verify that no broken links appear in the log. Then run npm run start and open http://localhost:3000/ in a web browser.

@timothymcmackin timothymcmackin self-assigned this Oct 30, 2023
@vercel
Copy link

vercel bot commented Oct 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2023 0:18am

@timothymcmackin timothymcmackin marked this pull request as ready for review October 30, 2023 13:42
@timothymcmackin timothymcmackin requested a review from a team as a code owner October 30, 2023 13:42
Copy link
Contributor

@sashaaldrick sashaaldrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@beatalipska beatalipska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 💪🏻

@timothymcmackin timothymcmackin merged commit a7e6e65 into staging Nov 1, 2023
timothymcmackin added a commit that referenced this pull request Nov 1, 2023
* Migrate to docusaurus (#133)

* Remove next.js site content

* move tutorials

* Move overview to new location

* New overview section from v2 site

* Move content for architecture section

* Bring in new content for architecture section

* Move content for developing section

* Update content for developing section

* Move content for smart contracts section

* Migrate content for smart contract section, including breaking up the smart contract concepts topic

* Move content for dApps section

* Migrate dApps section from v2

* Reuse existing indexers topic

* Move topics for reference section

* Move content from reference section in v2

* Remove old unused docs

* Move images and fonts

* Move tutorials to the right place

* move tutorial content from v2

* docusaurus code

* fixes

* Fix some images and links that got lost

* Add indexers topic back in

* Duplicate topic

* Update build paths

* Hide merkle formats topic until it has content

* Sidebar for NFT marketplace tutorial

* next callouts to docusaurus notes

* Upgrade to docusaurus 2.4.3

* Get code blocks to have a light blue background to follow style

* This rule is not used

* reuse card styles from home page

* Remove unused images

* Correct links to images;

* Remove .DS_Store

* Delete some placeholder topics

* no need to escape parens

* Simplify

* Remove placeholder topics

* Fix staging

* Make these language topics more consistent

* remove unused search options

* NFT web app tutorial

* Capitalization

* Correct path to taquito NFT tutorial

* tutorial landing page and clarifying titles

* Swizzle and style search bar

* Better first app tutorial that works in testnet

* next environment variables no longer needed

* Bad find-replace

* Standardize sizes of tutorial cards

* unused class

* no need to enclose in angle brackets

* missed this one

* fixed new cards style for tutorials homepage

* List consistency: periods

* Docusaurus v3

* Escape raw html due to MDX upgrade https://github.com/orgs/mdx-js/discussions/2241

* Upgrade math plugins

* Node 18

---------

Co-authored-by: Giselle <[email protected]>

* Node version 18

---------

Co-authored-by: Giselle <[email protected]>
timothymcmackin added a commit that referenced this pull request Nov 1, 2023
* Migrate to docusaurus (#133)

* Remove next.js site content

* move tutorials

* Move overview to new location

* New overview section from v2 site

* Move content for architecture section

* Bring in new content for architecture section

* Move content for developing section

* Update content for developing section

* Move content for smart contracts section

* Migrate content for smart contract section, including breaking up the smart contract concepts topic

* Move content for dApps section

* Migrate dApps section from v2

* Reuse existing indexers topic

* Move topics for reference section

* Move content from reference section in v2

* Remove old unused docs

* Move images and fonts

* Move tutorials to the right place

* move tutorial content from v2

* docusaurus code

* fixes

* Fix some images and links that got lost

* Add indexers topic back in

* Duplicate topic

* Update build paths

* Hide merkle formats topic until it has content

* Sidebar for NFT marketplace tutorial

* next callouts to docusaurus notes

* Upgrade to docusaurus 2.4.3

* Get code blocks to have a light blue background to follow style

* This rule is not used

* reuse card styles from home page

* Remove unused images

* Correct links to images;

* Remove .DS_Store

* Delete some placeholder topics

* no need to escape parens

* Simplify

* Remove placeholder topics

* Fix staging

* Make these language topics more consistent

* remove unused search options

* NFT web app tutorial

* Capitalization

* Correct path to taquito NFT tutorial

* tutorial landing page and clarifying titles

* Swizzle and style search bar

* Better first app tutorial that works in testnet

* next environment variables no longer needed

* Bad find-replace

* Standardize sizes of tutorial cards

* unused class

* no need to enclose in angle brackets

* missed this one

* fixed new cards style for tutorials homepage

* List consistency: periods

* Docusaurus v3

* Escape raw html due to MDX upgrade https://github.com/orgs/mdx-js/discussions/2241

* Upgrade math plugins

* Node 18

---------

Co-authored-by: Giselle <[email protected]>

* Node version 18

* Add content security policy for fonts and css

---------

Co-authored-by: Giselle <[email protected]>
timothymcmackin added a commit that referenced this pull request Nov 1, 2023
* Migrate to docusaurus (#133)

* Remove next.js site content

* move tutorials

* Move overview to new location

* New overview section from v2 site

* Move content for architecture section

* Bring in new content for architecture section

* Move content for developing section

* Update content for developing section

* Move content for smart contracts section

* Migrate content for smart contract section, including breaking up the smart contract concepts topic

* Move content for dApps section

* Migrate dApps section from v2

* Reuse existing indexers topic

* Move topics for reference section

* Move content from reference section in v2

* Remove old unused docs

* Move images and fonts

* Move tutorials to the right place

* move tutorial content from v2

* docusaurus code

* fixes

* Fix some images and links that got lost

* Add indexers topic back in

* Duplicate topic

* Update build paths

* Hide merkle formats topic until it has content

* Sidebar for NFT marketplace tutorial

* next callouts to docusaurus notes

* Upgrade to docusaurus 2.4.3

* Get code blocks to have a light blue background to follow style

* This rule is not used

* reuse card styles from home page

* Remove unused images

* Correct links to images;

* Remove .DS_Store

* Delete some placeholder topics

* no need to escape parens

* Simplify

* Remove placeholder topics

* Fix staging

* Make these language topics more consistent

* remove unused search options

* NFT web app tutorial

* Capitalization

* Correct path to taquito NFT tutorial

* tutorial landing page and clarifying titles

* Swizzle and style search bar

* Better first app tutorial that works in testnet

* next environment variables no longer needed

* Bad find-replace

* Standardize sizes of tutorial cards

* unused class

* no need to enclose in angle brackets

* missed this one

* fixed new cards style for tutorials homepage

* List consistency: periods

* Docusaurus v3

* Escape raw html due to MDX upgrade https://github.com/orgs/mdx-js/discussions/2241

* Upgrade math plugins

* Node 18

---------

Co-authored-by: Giselle <[email protected]>

* Node version 18

* Add content security policy for fonts and css

* Revert "Add content security policy for fonts and css"

This reverts commit bd7781b.

---------

Co-authored-by: Giselle <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants