Moves all the pages up a level and hardcodes the section name

This commit is contained in:
Dave Glick
2020-09-01 15:12:21 -04:00
committed by Patrik Svensson
parent 65f0a085cc
commit caf7661e66
10 changed files with 2 additions and 17 deletions

26
docs/input/index.md Normal file
View File

@ -0,0 +1,26 @@
Title: Welcome
Order: 0
---
Spectre.Console is a `.NET Standard 2.0` library that makes it easier
to create beautiful console applications. It has been heavily inspired
by the excellent [Rich](https://github.com/willmcgugan/rich) library
for Python written by Will McGugan.
## Features
* Written with unit testing in mind.
* Supports tables, grids, panels, and a [Rich](https://github.com/willmcgugan/rich)
inspired markup language.
* Supports the most common
[SRG parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters)
when it comes to text styling such as bold, dim, italic, underline, strikethrough,
and blinking text.
* Supports `3`/`4`/`8`/`24`-bit colors in the terminal.
The library will detect the capabilities of the current terminal
and downgrade colors as needed.
## Example
<img width="100%"
src="https://github.com/spectresystems/spectre.console/raw/main/resources/gfx/screenshots/example.png" />