-
Notifications
You must be signed in to change notification settings - Fork 92
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
Bowler's website migration for Docusaurus v2 #114
base: main
Are you sure you want to change the base?
Bowler's website migration for Docusaurus v2 #114
Conversation
diegowifi
commented
Nov 27, 2019
Hi @yangshun, here is the migration, I'm having trouble editing the Footer, can you help me fix it? 😄 |
@@ -0,0 +1,3 @@ | |||
export default [ | |||
require("infima/dist/css/default/default.css"), |
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.
this files should be git ignored. Dont we have a “.docusaurus” ignore on gitignore
"build": "docusaurus build", | ||
"deploy": "docusaurus deploy", | ||
"swizzle": "docusaurus swizzle", | ||
"publish-gh-pages": "docusaurus publish", |
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.
no more publish gh pages, write trans and version. delete it
fontSize: '20px', | ||
}}> | ||
<p> | ||
Edit <code>pages/hello.js</code> and save to reload. |
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.
You need to migrate the v1 equivalent here. (just Reactjs knowledge).
Now its only “edit pages/hello.js”
Is there a blocker left on this PR? |