From ba56122ba6514bff055ac8cb9d7f9c40ba44c2ce Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 8 Aug 2024 16:34:22 +0200 Subject: [PATCH] cleanup --- .dockerignore | 2 -- Dockerfile | 6 ------ index.md | 21 ++++++++++++--------- 3 files changed, 12 insertions(+), 17 deletions(-) delete mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index f4617c28..00000000 --- a/.dockerignore +++ /dev/null @@ -1,2 +0,0 @@ -.git* -Dockerfile diff --git a/Dockerfile b/Dockerfile index e8d2d68e..02ac9262 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,3 @@ FROM registry.hub.docker.com/bitnami/minideb:bullseye RUN install_packages pip jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-smmap python3-soupsieve python3-toml # limit to v0.14.0 until there is a fix for https://github.com/executablebooks/jupyter-book/issues/1964 RUN pip install jupyter-book==0.14.0 && rm -r /root/.cache/pip - -# RUN mkdir -p /root/documentation -# COPY . /root/documentation -# RUN cd /root/documentation && jupyter-book build . - -# TODO make build book accessible through a webserver diff --git a/index.md b/index.md index ed176a61..08b7e2af 100644 --- a/index.md +++ b/index.md @@ -1,12 +1,18 @@ -# Introduction +# Overview + +This is the collection of all Linux related documentation. + +There are various chapters for the different user groups: +- End User - [User Guide](user-guide) +- Linux Admins - [Admin Guide](admin-guide) +- Linux Engineers - [Infrastructure Guide](infrastructure-guide) + -This is the collection of all linux related documentation ## Issues / Tickets / Tasks -||| -|---|---| -| __User Issues__ | https://css.psi.ch | -| __Linux Engineering__ | https://jira.psi.ch/projects/PSILINUX | + +- __User Issues:__ https://css.psi.ch +- __Linux Engineering:__ https://jira.psi.ch/projects/PSILINUX @@ -82,7 +88,4 @@ To access the RedHat knowledge base at https://access.redhat.com you need an acc | __Participants__ | Member of Linux Core group | | __Meeting Minutes__ | https://git.psi.ch/linux-infra/linux-group/-/tree/master/meetings/group-meeting (Note: there are not always minutes!) | -# RedHat Product Lifecycle Overview -- https://access.redhat.com/support/policy/updates/errata/ -- Red Hat Product Lifecycle Overview: [pdf/RedHat-Product-Life-Cycles.pdf](https://git.psi.ch/linux-infra/documentation/blob/master/pdf/RedHat-Product-Life-Cycles.pdf)