Skip to content

Commit

Permalink
docs(readme): options in Docusaurus project
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed May 17, 2023
1 parent d68a01f commit 4b9cfec
Show file tree
Hide file tree
Showing 8 changed files with 2,159 additions and 1,361 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bring-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- ubuntu-latest
node:
- 18.0.0
- 16.13.0
- 16.15.0
exclude:
- os: ubuntu-latest
node: 16.13.0
node: 16.15.0

runs-on: ${{ matrix.os }}
steps:
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,17 @@ module.exports = async function createConfig() {
[
'classic',
{
docs: { remarkPlugins: [remarkKroki] }
docs: {
remarkPlugins: [
[
remarkKroki,
{
// ...options here
alias: ['plantuml']
}
]
]
}
}
]
]
Expand Down
Loading

0 comments on commit 4b9cfec

Please sign in to comment.