diff --git a/docs/developer/index.md b/docs/developer/index.md index 6a401a02..b7414dbc 100644 --- a/docs/developer/index.md +++ b/docs/developer/index.md @@ -21,7 +21,7 @@ their needs. - [Threat Analysis](./threat-analysis/) - [Developer Certificate of Origin (DCO)](./dco/) - [code.forgejo.org](./code-forgejo-org/) - - [next.forgejo.org](./next-forgejo-org/) + - [next.forgejo.org](https://code.forgejo.org/infrastructure/k8s) - [static pages](./static-pages/) - [Forgejo runner implementation notes](https://code.forgejo.org/forgejo/runner/#hacking) - [Localization](./localization/) diff --git a/docs/developer/infrastructure.md b/docs/developer/infrastructure.md index 22ce9787..03b0b3f0 100644 --- a/docs/developer/infrastructure.md +++ b/docs/developer/infrastructure.md @@ -444,7 +444,7 @@ lxc-helpers.sh lxc_install_lxc_inside 10.41.13 fc29 - `forgejo-v9` (hetzner04) same as `forgejo-v8` - `forgejo-v8` (hetzner04) - Dedicated to https://v8.next.forgejo.org + Dedicated to https://v8.next.forgejo.org, see https://code.forgejo.org/infrastructure/k8s - K8S enabled - K8S wakeup-on-logs script /etc/wakeup-on-logs/forgejo-v8 diff --git a/docs/developer/next-forgejo-org.md b/docs/developer/next-forgejo-org.md deleted file mode 100644 index 8defa682..00000000 --- a/docs/developer/next-forgejo-org.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: next.forgejo.org -license: 'CC-BY-SA-4.0' ---- - -_This is the developer documentation for Forgejo Next, covering technical -details for Forgejo contributors. -[Go to end-user documentation for service overview.](../../user/forgejo-next/)_ - -The Forgejo instances running under the `next.forgejo.org` domain are official testing and demonstration instance. They are updated daily. The data they contain may be wiped out without notice. - -- https://next.forgejo.org runs the tip of the [forgejo branch](https://codeberg.org/forgejo/forgejo/src/branch/forgejo). -- https://v7.next.forgejo.org runs from the [codeberg.org/forgejo-experimental/forgejo:7](https://codeberg.org/forgejo-experimental/-/packages/container/forgejo/7) OCI image. It is built from the latest commit of the most recent branch. - -For details on the hardware from which it is running, [checkout the section in the -infrastructe documentation](../infrastructure/#containers).