docs: describe v1.x end of life (2023-01-06) [skip ci]
Diff
docs/content/index.md | 9 +++++----
docs/content/migration.md | 1 -
docs/mkdocs.yml | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
@@ -18,6 +18,11 @@
</div>
</div>
!!! warning "v1.x End of Life (2023-01-06)"
The [`v1.19.4`](https://github.com/static-web-server/static-web-server/releases/tag/v1.19.4) was the last version of the 1.x series and will be no longer supported.<br>
So we encourage users to migrate to v2 which has similar and additional features as well as significant performance and security improvements. Follow [the v2 migration steps](./migration.md).
## Overview
**Static Web Server** (or **`SWS`** abbreviated) is a very small and fast production-ready web server suitable to serve static web files or assets.
@@ -30,10 +35,6 @@ It's cross-platform and available for Linux, macOS, Windows and FreeBSD (`x86`,`

!!! tip "Tips"
- If you're looking for `v1` please go to [1.x branch](https://github.com/static-web-server/static-web-server/tree/1.x).
- If you want to migrate from `v1` to `v2` please take a look at [v2.0.0](https://github.com/static-web-server/static-web-server/releases/tag/v2.0.0) release notes.
## Features
- Built with [Rust](https://rust-lang.org) which is focused on [safety, speed and concurrency](https://kornel.ski/rust-c-speed).
@@ -9,7 +9,6 @@ However, it still tries to keep the same principles of its `v1`: lightness and e
This major `v2` has few breaking changes. However, migration should not represent a problem.
!!! tip "Tip"
It is always worth recommending that you test a major server version upgrade like this first with your application(s) in a development environment or similar.
@@ -147,9 +147,9 @@ nav:
- 'Trailing Slash Redirect': 'features/trailing-slash-redirect.md'
- 'Ignore Files': 'features/ignore-files.md'
- 'Platforms & Architectures': 'platforms-architectures.md'
- 'Migration from v1 to v2': 'migration.md'
- 'Changelog v2 (latest stable)': 'https://github.com/static-web-server/static-web-server/blob/master/CHANGELOG.md'
- 'Changelog v1 (stable)': 'https://github.com/static-web-server/static-web-server/blob/1.x/CHANGELOG.md'
- 'Migrating from v1 to v2': 'migration.md'
- 'Changelog v2 (stable)': 'https://github.com/static-web-server/static-web-server/blob/master/CHANGELOG.md'
- 'Changelog v1 (deprecated)': 'https://github.com/static-web-server/static-web-server/releases/tag/v1.19.4'
- 'Semantic Versioning': 'semantic-versioning.md'
- 'Contributions': 'contributions.md'
- 'License': 'license.md'