Docs: add structure for a release notes section (#3910)

pull/3954/head
Karen Miller 5 years ago committed by GitHub
parent 7eceea082b
commit 055c35e47a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/overview/_index.md
  2. 10
      docs/sources/release-notes/_index.md
  3. 24
      docs/sources/release-notes/v2-3.md

@ -1,6 +1,6 @@
---
title: Overview
weight: 100
weight: 150
---
# Overview of Loki

@ -0,0 +1,10 @@
---
title: Release notes
weight: 100
---
# Release notes
Release notes for Loki are in the CHANGELOG for the release and
listed here by version number.
- [V2.3 release notes](../release-notes/v2-3/)

@ -0,0 +1,24 @@
---
title: V2.3
---
# Version 2.3 release notes
Prose here about 2.3.
## Features and enhancements
List of features here.
- Pattern parser. [poor docs link to Parser expression](../../logql/#parser-expression)
- Windows event log scraping. [docs link](../../clients/promtail/scraping/#windows-event-log)
- Recording rules.
- Index Gateway.
- Retention.
- `promtail_instance` label.
## Bug fixes
Lists of bug fixes for v2.3.x.
### V2.3.0 bug fixes
Loading…
Cancel
Save