Skip to content

Commit

Permalink
Merge pull request #9 from fastify/feature/core-content
Browse files Browse the repository at this point in the history
Migrate core website
  • Loading branch information
Lachlan Collins authored Dec 5, 2021
2 parents 51a9228 + 441656f commit 9e364cc
Show file tree
Hide file tree
Showing 58 changed files with 2,177 additions and 43 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ const config = {
srcDark: "img/fastify-logo-white.png",
},
items: [
{
type: "docsVersionDropdown",
position: "left",
},
{
type: "doc",
docId: "index",
Expand All @@ -88,6 +84,10 @@ const config = {
label: "Help",
position: "left",
},
{
type: "docsVersionDropdown",
position: "right",
},
{
href: "https://github.com/fastify/fastify",
label: "GitHub",
Expand Down
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.1",
"url-loader": "^4.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 9e364cc

Please sign in to comment.