From e066402ce5b07c924616ece932b4bb5808e59854 Mon Sep 17 00:00:00 2001 From: Lukas Kallies Date: Wed, 16 Oct 2024 13:16:51 +0200 Subject: [PATCH] Remove submodules remark from README See eb793db8bffd499b8dd4f683a63e62f10c1fa378 --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 9f1dfe4c..fe7573a6 100644 --- a/README.md +++ b/README.md @@ -16,34 +16,14 @@ The main part are the labs, which can be found at [content/en/docs](content/en/d This site is built using the static page generator [Hugo](https://gohugo.io/). -The page uses the [docsy theme](https://github.com/google/docsy) which is included as a Git Submodule. +The page uses the [docsy theme](https://github.com/google/docsy). Docsy is being enhanced using [docsy-plus](https://github.com/acend/docsy-plus/) as well as [docsy-puzzle](https://github.com/puzzle/docsy-puzzle/). -After cloning the main repo, you need to initialize the submodules: - -```bash -git submodule update --init --recursive -``` - -In order to update all submodules, run the following command: - -```bash -git pull --recurse-submodules -``` - ### Docsy Theme Usage * [Official docsy documentation](https://www.docsy.dev/docs/) * [Docsy Plus](https://github.com/acend/docsy-plus/) -### Update submodules for theme updates - -Run the following command to update all submodules with their newest upstream version: - -```bash -git submodule update --remote -``` - ## Build using Docker Build the image: