-
Notifications
You must be signed in to change notification settings - Fork 636
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 docs to docusaurus #3511
Merged
srdtrk
merged 138 commits into
feat/migrate-fully-to-docusaurus
from
serdar/issue#3492-migrate-docs-to-docusaurus
May 5, 2023
Merged
Changes from all commits
Commits
Show all changes
138 commits
Select commit
Hold shift + click to select a range
a4a6d1f
renamed 'docs/' directory to 'docs-vuepress/', this directory is to b…
srdtrk b442fca
ran 'npm init docusaurus' in the root directory with project name an…
srdtrk ddd031f
removed directory as we will not be using the blog plugin
srdtrk 83a2a89
removed blog entry from the navbar
srdtrk 278ee6f
removed blog entry from the footer
srdtrk 351f629
removed blog entry from the presets
srdtrk 5e06616
removed the landing page files
srdtrk 5abf3ac
routed root directory to the docs
srdtrk 57a1c15
added metadata to intro.md for root to route to docs properly
srdtrk 15ed483
changed the intro page to ibc content
srdtrk e958728
wip - migrating Using ibc-go section from vuepress
srdtrk c217848
sidebar position error fixed
srdtrk c3bb046
added keeper subsubsection
srdtrk e2a7f39
fixed slug error
srdtrk 033344f
added packet_acks subsubsection
srdtrk c97bc78
added routing subsubsection
srdtrk b9646ee
created middleware subcategory
srdtrk 25f6de8
migrated images from docs-vuepress to new docs
srdtrk c089603
migrated the middleware subcategory
srdtrk 9bb90ff
created the upgrades subcategory
srdtrk 169b0ea
migrated the upgrades subcategory
srdtrk 9d4843e
completed migrating using-ibc-go section
srdtrk 5c9aeb0
removed the default tutorial content from docs/
srdtrk bf79d90
added cosmos logos to static/img and removed docusaurus logos
srdtrk cef697b
updated the project info, navbar, and footer
srdtrk 796059e
removed edit this page links
srdtrk 5824d07
added dark mode support to the navbar logo
srdtrk 6cdbf48
created ibc-apps category
srdtrk fc2acd5
created ica subcategory
srdtrk 095ee8f
migrated overview to ica subcategory
srdtrk 1491179
modified the label of category 01
srdtrk f60adee
migrated 02-08 to ica subcategory
srdtrk 45190d1
created legacy subsubcategory in ica subcategory
srdtrk 615b425
migrated legacy subsubcategory
srdtrk 3b09b13
created transfer subcategory
srdtrk efc4b50
migrated transfer subcategory
srdtrk dab540e
created middleware-modules category
srdtrk 7736efb
created fee-middleware subcategory
srdtrk 6465428
migrated fee-middleware subcategory
srdtrk 1b5ea9c
renamed middleware to 04 to make space for light clients
srdtrk 59b09f2
created light-clients category
srdtrk 7660e90
created dev-guide subcategory
srdtrk e07d7f0
changed the slug and id of middleware files to use 04 instead of 03
srdtrk ce72927
migrated dev-guide subcategory
srdtrk 0877ddd
changed the docs logo to ibc.svg
srdtrk 2423e11
created the localhost subcategory
srdtrk cd2cbd5
migrated the localhost subcategory
srdtrk 4dad83e
created the solomachine subcategory
srdtrk 22ba9be
migrated the solomachine subcategory
srdtrk 93e7ac2
created the migrations category
srdtrk 900cc40
empty description is not allowed.
srdtrk 44a655a
excluding .template.md markdown files
srdtrk f883caa
migrated the migrations category
srdtrk 2f01e48
renamed the tutorialSidebar to defaultSidebar
srdtrk fcb63b5
added a resources category to the sidebar
srdtrk c0c15f4
added version dropdown menu. Added place holder link for pre v7.1 ver…
srdtrk 7ed3319
ran 'npm install tailwindcss'
srdtrk 80b35de
ran 'npx tailwindcss init'
srdtrk a6bc362
cloned config from cosmos-sdk docs
srdtrk 7e97787
cloned style files from cosmos-sdk docs
srdtrk 87a0801
added missing svg from cosmos-sdk docs
srdtrk b69e5b0
improved github logo
srdtrk e8d2847
ran 'npm i postcss'
srdtrk 37c812f
ran 'npm i postcss-import'
srdtrk 4cb45e7
ran 'npm i autoprefixer'
srdtrk f51cb58
added myPlugin from cosmos-sdk
srdtrk 1f6ef78
ran 'npm i @you54f/theme-github-codeblock'
srdtrk f68573e
applied @you54f/theme-github-codeblock theme
srdtrk ad04dbe
changed all the links in '_category_.json' to null
srdtrk 1972f61
commented out documentation navbar item
srdtrk 9af92d1
added ADRs and Documentation to the navbar - todo, implement ADRs
srdtrk 6fc855b
decided to maintain architecture in the same directory as before
srdtrk e2574dd
ran 'npm i @docusaurus/plugin-content-docs'
srdtrk d4bd72f
docs generated by script - todo: some links are not perfect, and ther…
srdtrk 2a1e8dc
all the images had been moved into docs directory by the script
srdtrk f51e9ca
following the new naming conventions that we are coming up with
srdtrk d07fe12
have a working version of ADRs navbar item - todo: improve its ordering
srdtrk 92923cb
old docs-vuepress is no longer needed in the repo for backup
srdtrk 1948d35
fixed the ::: warning typo
srdtrk 39c019a
moved readme to top in docusaurus
srdtrk b8b8ddc
merge main
srdtrk 70f6519
moved the migration code to the new docs directory
srdtrk b21357f
added metadata for docusaurus
srdtrk 28f969e
updated README.md
srdtrk 22996db
cloned from old docs - todo: update in a future PR
srdtrk 4bcc421
found this depreciated unlinked events document. Adding it here for p…
srdtrk ea47256
fixed some md links
srdtrk 419b320
remove unused sidebar
srdtrk 35ddcfa
renamed to README.md
srdtrk 4a56983
clone ibc-go-image.png
srdtrk 98b5d94
updated todo statements
srdtrk dd469a3
updated a changed link to docs
srdtrk efcb627
updated a changed link to docs
srdtrk 9eeb077
renamed DOCS_README.md -> README.md
srdtrk be7cc71
ran markdownlint (markdownlint . --fix)
srdtrk 7e1d265
ran 'make docs-lint' again
srdtrk 3b4cd8d
added dev files back in docs
srdtrk a986d89
updated links
srdtrk ad9dcc0
updated the link to ibc-go-image.png
srdtrk b455920
added todo lines to easy to forget areas
srdtrk 23ddb4a
updated links
srdtrk 02d91ad
broken reference removed
srdtrk 6081bc3
updated broken references
srdtrk 861e575
title changed
srdtrk 12f7af8
README updated
srdtrk 1e6935c
updated the social card
srdtrk 613cc05
added colors to hyperlinks in dark mode so they are easier to see
srdtrk 1d7018b
cloned the requirements directory from old docs - there is no way to …
srdtrk 34793b1
added more comments about documentation images
srdtrk 436d46e
fixed order: 1 showing as the title
srdtrk c486789
updated prism additional languages
srdtrk d980171
fixed footer light mode styling
srdtrk d20f526
cosmos' logo added to static images
srdtrk b71c034
added cosmos' logo to the footer
srdtrk 4d26daa
fixed the prerequisite reading sections
srdtrk e81ad72
removed code block from sidebar
srdtrk d38829e
fixed content styling in a markdown file
srdtrk c3aa72e
fixed a styling error in a markdown file
srdtrk e266529
fixed links to events.md not working
srdtrk 225d893
ran 'npm install --save @docusaurus/plugin-client-redirects'
srdtrk fce6593
fixed adr links issue in production mode (not dev server)
srdtrk 5a2aeae
fixed adr links issue in production mode (not dev server)
srdtrk 596d840
updated the name of the logo in config
srdtrk ac0f3c1
remove typo from docs/docs/01-ibc/04-middleware/01-overview.md
srdtrk 22087b2
added issue trackers to TODOs
srdtrk 18aa195
removed readme reference to vuepress and replaced it with an issue tr…
srdtrk 3288617
brought migration template back
srdtrk 222284f
added intro to upgrades back
srdtrk 2d0b68c
added audits back to docs. This document is not hosted on the website…
srdtrk 2893ff9
changed the depreciation notice to a danger element
srdtrk 6cc19c7
fixed broken links
srdtrk 5b5b2a6
added the params.md from the old docs
srdtrk e1c73de
added slug to params.md
srdtrk bd6a332
hosting params.md on the website now (even though it is not possible …
srdtrk eeeec2b
renamed 01-light-clients/ -> 01-developer-guide/
srdtrk af975a6
renamed 03-ibc/ -> 03-light-clients
srdtrk a162ad6
fixed broken ref
srdtrk d97caf5
Resolved conflicts by keeping the deleted files removed
srdtrk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dunno if this is necessary but seems kinda difficult to find this? I.e wouldn't know to look into
docs/01-ibc
for this, would expect it to be more top level like previously.