Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old docs and fix linking to the rest #4654

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/deps/docusaurus-docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/ferretdb/docusaurus-docs:3.5.2-2
FROM ghcr.io/ferretdb/docusaurus-docs:3.6.3-2
2 changes: 1 addition & 1 deletion website/docs/diff.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 11
slug: /diff/ # referenced in README.md and beacon
slug: /diff/ # referenced in README.md
---

# Known differences
Expand Down
2 changes: 1 addition & 1 deletion website/docs/migration/premigration-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You would do the following:

Ensure to specify `--listen-addr` and `--proxy-addr` flags or set the `FERRETDB_LISTEN_ADDR` and `FERRETDB_PROXY_ADDR` environment variables.
Specify the address of your MongoDB instance for `--proxy-addr` flag or `FERRETDB_PROXY_ADDR` environment variable.
[See docs for more details](https://docs.ferretdb.io/configuration/flags/#interfaces). For example:
[See docs for more details](../configuration/flags.md#interfaces). For example:

```sh
ferretdb --mode=diff-normal \
Expand Down
2 changes: 1 addition & 1 deletion website/docs/quickstart-guide/deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo apt install -y postgresql
```

The `.deb` package ships with the systemd unit for starting FerretDB automatically.
For more information about its configuration, please take a look at [systemd configuration guide](./systemd.md).
For more information about its configuration, please take a look at [systemd configuration guide](systemd.md).

Find out more about:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/quickstart-guide/rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sudo yum install -y postgresql
```

The `.rpm` package ships with the systemd unit for starting FerretDB automatically.
For more information about its configuration, please take a look at [systemd configuration guide](./systemd.md).
For more information about its configuration, please take a look at [systemd configuration guide](systemd.md).

Find out more about:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/quickstart-guide/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you encounter any problem, please [join our community](/#community) to report
:::

With both DEB and RPM package we ship the systemd unit, to start FerretDB automatically.
If FerretDB is not installed yet, please refer to the [`.deb`](https://docs.ferretdb.io/quickstart-guide/deb/) or [`.rpm`](https://docs.ferretdb.io/quickstart-guide/rpm/) installation pages.
If FerretDB is not installed yet, please refer to the [`.deb`](deb.md) or [`.rpm`](rpm.md) installation pages.

The unit file provides some basic environment variables as an example.
They should be overwritten with the proper [configuration](../configuration/flags.md).
Expand Down
3 changes: 1 addition & 2 deletions website/docs/security/tls-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Example: `mongodb://ferretdb:27018/?tls=true&tlsCAFile=companyRootCA.pem`.

Using TLS is recommended if username and password are transferred in plain text.

In following examples, FerretDB uses TLS certificates to secure the connection.
Example certificates are found in [build/certs](https://github.com/FerretDB/FerretDB/tree/main/build/certs).
In the following examples, FerretDB uses TLS certificates to secure the connection.
The `ferretdb` server uses TLS server certificate file, TLS private key file and root CA certificate file.

```text
Expand Down
7 changes: 0 additions & 7 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ const config = {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/FerretDB/FerretDB/tree/main/website',

versions: {
// the latest minus one minor
'v1.23': {
banner: 'none',
},
},
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

80 changes: 0 additions & 80 deletions website/versioned_docs/version-v1.22/basic-operations/create.md

This file was deleted.

88 changes: 0 additions & 88 deletions website/versioned_docs/version-v1.22/basic-operations/delete.md

This file was deleted.

Loading
Loading