Commit Graph

4 Commits (2ab5f05f40d93224f73e211e84de50a88a6ecf03)

Author SHA1 Message Date
John Olheiser bd4c7ce578
Docusaurus-ify ()
This PR cleans up the docs in a way to make them simpler to ingest by
our [docs repo](https://gitea.com/gitea/gitea-docusaurus).

1. It includes all of the sed invocations our ingestion did, removing
the need to do it at build time.
2. It replaces the shortcode variable replacement method with
`@variable@` style, simply for easier sed invocations when required.
3. It removes unused files and moves the docs up a level as cleanup.

---------

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Pavel e89adec2a5
Update README.md to fix the broken link of Hugo ()
Fix gohugo installiation link
John Olheiser c01fb4d09e Update to docs README ()
* Update to docs README

* Update Hugo link
techknowlogick fb5c6b6444 Import docs into main repository ()
* import docs into main repository

Signed-off-by: Matti Ranta <matti@mdranta.net>