Skip to content

Commit

Permalink
Remove old docs and fix linking to the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 11, 2024
1 parent 57000ea commit c0ebd51
Show file tree
Hide file tree
Showing 114 changed files with 11 additions and 11,492 deletions.
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/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
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.

This file was deleted.

Loading

0 comments on commit c0ebd51

Please sign in to comment.