-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Allow referencing markdown links from the repository root #4039
Copy link
Copy link
Closed
Labels
closed: wontfixA fix will bring significant overhead, or is out of scope (for feature requests)A fix will bring significant overhead, or is out of scope (for feature requests)featureThis is not a bug or issue with Docusausus, per se. It is a feature request for the future.This is not a bug or issue with Docusausus, per se. It is a feature request for the future.
Metadata
Metadata
Assignees
Labels
closed: wontfixA fix will bring significant overhead, or is out of scope (for feature requests)A fix will bring significant overhead, or is out of scope (for feature requests)featureThis is not a bug or issue with Docusausus, per se. It is a feature request for the future.This is not a bug or issue with Docusausus, per se. It is a feature request for the future.
Type
Fields
Give feedbackNo fields configured for issues without a type.
🚀 Feature
Have you read the Contributing Guidelines on issues?
Yes
Motivation
In a monorepo setting with multiple docs plugins, you may want to link between two sites.
For example I write:
packages/lib1/docs/readme.md
And I get this error:
In my IDE, I can cmd+click on the link
Pitch
Relative links would solve this but its painful to keep up to date.
Maybe allow a config option to control the linking behaviour.