Skip to content

Commit

Permalink
feat(nxdoc): support for docusaurus@2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Jun 23, 2021
1 parent b4e57af commit 3be3d48
Show file tree
Hide file tree
Showing 7 changed files with 641 additions and 340 deletions.
1 change: 1 addition & 0 deletions docs/core/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '@nx-dotnet/core'
sidebar_position: 0
sidebar_label: 'Getting Started'
slug: /core/
---

Expand Down
1 change: 1 addition & 0 deletions docs/nx-ghpages/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '@nx-dotnet/nx-ghpages'
sidebar_position: 0
sidebar_label: 'Getting Started'
slug: /nx-ghpages/
---

Expand Down
1 change: 1 addition & 0 deletions docs/nxdoc/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '@nx-dotnet/nxdoc'
sidebar_position: 0
sidebar_label: 'Getting Started'
slug: /nxdoc/
---

Expand Down
1 change: 1 addition & 0 deletions docs/typescript/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '@nx-dotnet/typescript'
sidebar_position: 0
sidebar_label: 'Getting Started'
slug: /typescript/
---

Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@
},
"private": false,
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.70",
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@algolia/client-search": "^4.5.1",
"@docusaurus/core": "^2.0.0-beta.1",
"@docusaurus/preset-classic": "^2.0.0-beta.1",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.1",
"@mdx-js/react": "^1.6.21",
"@types/xmldoc": "^1.1.5",
"chokidar": "^3.5.1",
"clsx": "^1.1.1",
"glob": "^7.1.6",
"inquirer": "^8.0.0",
"prism-react-renderer": "^1.2.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"rimraf": "^3.0.2",
Expand All @@ -64,7 +67,7 @@
"@nrwl/tao": "12.3.4",
"@nrwl/workspace": "12.3.4",
"@nx-dotnet/nxdoc": "latest",
"@nx-plus/docusaurus": "^11.0.1",
"@nx-plus/docusaurus": "^12.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
Expand All @@ -75,6 +78,7 @@
"@types/is-ci": "^3.0.0",
"@types/jest": "26.0.8",
"@types/node": "14.14.33",
"@types/react": "17",
"@types/rimraf": "^3.0.0",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<% if(frontMatter) {%>---
<% if(frontMatter.title) { %>title: "<%= frontMatter.title %>"<%}%>
sidebar_position: 0
sidebar_label: "Getting Started"
slug: /<%=projectFileName%>/
<%}%>---

Expand Down
Loading

0 comments on commit 3be3d48

Please sign in to comment.