Commit Graph

8 Commits

Author SHA1 Message Date
Danila Fominykh
a4d878c670
Merge branch 'go-gitea:main' into pacman-packages 2023-09-17 22:31:30 -03:00
merlleu
e6a059a3d0
add sparse url in cargo package guide (#26937)
Hello,

The current package guide for cargo gives you only the git index, with
the HTTP Index stabilized being used as default for crates.io and being
better for most use-cases.

However, it's not documented that gitea supports the sparse spec, and it
does not require the _crates-index git repo for the sparse api.

I personally think we should push users to use the sparse instead of the
git repository. (Even let users disable crates-index repos if they only
want to use sparse)
2023-09-13 12:14:10 +08:00
Danila Fominykh
9273dc055d
removed AUR helpers from arch package manager list 2023-08-16 17:26:26 +03:00
Danila Fominykh
e01ac83ff9
documentation corrections 2023-08-03 17:31:21 +03:00
Danila Fominykh
d2d8aa700f
documentation fixes 2023-08-02 13:35:41 +03:00
Danila Fominykh
3cef8c6ebe
corrected title in documentation 2023-07-26 20:25:54 +03:00
Danila Fominykh
59bf7a7fcf
changed mirrors, documentation location 2023-07-26 16:44:02 +03:00
John Olheiser
bd4c7ce578
Docusaurus-ify (#26051)
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>
2023-07-26 04:53:13 +00:00