Skip to content

Commit

Permalink
Merge pull request #4 from jsburckhardt/fix/readme-doco
Browse files Browse the repository at this point in the history
fix(readme): update link typo
  • Loading branch information
jsburckhardt committed Jul 14, 2023
2 parents 8acf9e3 + 79a4ae5 commit e6d33ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docusaurus-aca (Docusaurus in Azure Container App)

This repository includes a simple Docusaurus Site with a basic template for hosting product documentation. The repo structure is planned for developing using within the `[Dev Container](https://code.visualstudio.com/docs/devcontainers/containers)/codespaces` and deploy using [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd).
This repository includes a simple Docusaurus Site with a basic template for hosting product documentation. The repo structure is planned for developing using within the `[Dev Container](https://code.visualstudio.com/docs/devcontainers/containers)/codespaces)` and deploy using [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd).

## Basic documentation structure

Expand Down
2 changes: 1 addition & 1 deletion src/docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/jsburckhardt/docusaurus-aca/blob/main/src/docusaurus/docs/',
'https://github.com/jsburckhardt/docusaurus-aca/blob/main/src/docusaurus/',
},
blog: false,
theme: {
Expand Down
6 changes: 1 addition & 5 deletions src/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1",
"@mdx-js/react": "^1.6.22",
"@semantic-release/exec": "^6.0.3",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"semantic-release-ado": "^1.4.0"
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"cspell": "^6.31.1",
"markdownlint": "^0.28.2",
"markdownlint-cli": "^0.34.0"
Expand Down

0 comments on commit e6d33ab

Please sign in to comment.