grim/convey

0a455b63a0ec
Parents 7879651faec4
Children 8fea0c778f8e
Apparently you need an index.md to get an index.html..
  • +0 -19
    docs/about.md
  • +19 -0
    docs/index.md
  • +1 -1
    mkdocs.yml
  • --- a/docs/about.md Sat Mar 26 06:53:45 2022 -0500
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,19 +0,0 @@
    -# Convey
    -
    -[ ![Issues](https://img.shields.io/badge/Issues-YouTrack-ee3b8b.svg) ](https://issues.imfreedom.org/issues/CONVEY?u=1)
    -[ ![Repository](https://img.shields.io/badge/Repository-Keep-orange) ](https://keep.imfreedom.org/grim/convey)
    -
    -Convey is a pipeline for running containers and protecting the host as much as
    -possible. It accomplishes this goal by creating a volume and making it
    -available to each item in the pipeline.
    -
    -## License
    -
    -GPLv3+
    -
    -## Status
    -
    -This project has been used for awhile in production environment, but every
    -evironment is different. So, if you find issues, or are looking for ways to
    -help, please check out our
    -[issue tracker](https://issues.imfreedom.org/issues/CONVEY?u=1).
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/docs/index.md Sat Mar 26 07:00:40 2022 -0500
    @@ -0,0 +1,19 @@
    +# Convey
    +
    +[ ![Issues](https://img.shields.io/badge/Issues-YouTrack-ee3b8b.svg) ](https://issues.imfreedom.org/issues/CONVEY?u=1)
    +[ ![Repository](https://img.shields.io/badge/Repository-Keep-orange) ](https://keep.imfreedom.org/grim/convey)
    +
    +Convey is a pipeline for running containers and protecting the host as much as
    +possible. It accomplishes this goal by creating a volume and making it
    +available to each item in the pipeline.
    +
    +## License
    +
    +GPLv3+
    +
    +## Status
    +
    +This project has been used for awhile in production environment, but every
    +evironment is different. So, if you find issues, or are looking for ways to
    +help, please check out our
    +[issue tracker](https://issues.imfreedom.org/issues/CONVEY?u=1).
    --- a/mkdocs.yml Sat Mar 26 06:53:45 2022 -0500
    +++ b/mkdocs.yml Sat Mar 26 07:00:40 2022 -0500
    @@ -6,7 +6,7 @@
    repo_name: Source Code
    theme: readthedocs
    nav:
    - - About: about.md
    + - About: index.md
    - History: history.md
    - Concepts: concepts.md
    - Installation: installation.md