install forwarding, add plugin and url, add forward in md#461
Conversation
docusaurus.config.ts
Outdated
| { | ||
| redirects: [ | ||
| { | ||
| from: ['/docs/admin/getting-started/container/docker-compose-local'], |
There was a problem hiding this comment.
Do we really need the mapping in two locations?
- Here
- In the file
docs/admin/getting-started/container/docker-compose/docker-compose-base.md
I am wondering if this is redundant.
There was a problem hiding this comment.
If it works in the config.ts only, i would prefer to have the redirects only there, because that is easier to maintain.
@AlexAndBear Agree?
There was a problem hiding this comment.
I would add an redirect.ts file and import the array from there for maintainance and as you said, remove it from the markdown file if possible
There was a problem hiding this comment.
I pushed a commit to do it. Found out that we can omit the front matter.
NOTE: This only works when we really build the docs, pnpm start doesn't cover it.
445b459 to
e88309e
Compare
e88309e to
5068c1d
Compare
|
@Svanvith Please pull and test my changes. They only work if you run
|
|
works with your changes @micbar |
@AlexAndBear now with forwarding. Please look again if this is now approveabale :)
@micbar the local instructions are deleted and forwarded now to the docker compose installation