From 63f83bf3e67fdd49e8e0c74ca83eff0de82cbad4 Mon Sep 17 00:00:00 2001 From: flokoe Date: Wed, 5 Jul 2023 13:22:38 +0200 Subject: [PATCH] Add under construction note to start page --- docs/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.md b/docs/index.md index e542ed5..bac806b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,13 @@ tags: # The Bash Hackers Wiki +!!! warning "Under construction" + This is an archive of the old [wiki.bash-hackers.org](https://wiki.bash-hackers.org) with the goal to preserve and imporove the content by the community in a modern way and format. + + The most recent version of each page that had content was automatically converted to Markdown and can be found here. + Pandoc did its best, but there is still some work to do as not a all pages are formatted correctly. + So for everyone who is interested in helping out, feel free to open PRs. Any help is welcome. + This wiki is intended to hold documentation of any kind about GNU Bash. The main motivation was to provide *human-readable documentation* and information so users aren't forced to read every bit of the Bash manpage - which can be difficult to understand. However, the docs here are **not** meant as a newbie tutorial.