bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
167 stars 39 forks source link

Fix docusaurus.config.ts #55

Closed andriibratanin closed 4 months ago

andriibratanin commented 5 months ago

Fix links to Github and "Edit this page"

Taking a look at original Docusaurus configuration it seems that usage of "organizationName" and "projectName" configuration variables is very limited.

For example, they cannot be used in "presets" -> "docs" -> "editUrl".

"editUrl" can be a function (see link1 link2) but it still doesn't receive the "Config" object.

So, "variables" were replaced with hard-coded values, unfortunatelly