From 6cff163765a7a36b734d4ee928111fedb2cfe8c0 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 26 Aug 2024 19:33:33 +0200 Subject: [PATCH] Changed lnco to lnorg. --- README.md | 2 +- docs/alpine-server-setup/post-install/containers.md | 2 +- docs/assets/{lnco-logo.png => lnorg-logo.png} | Bin docs/index.md | 4 ++-- mkdocs.yml | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) rename docs/assets/{lnco-logo.png => lnorg-logo.png} (100%) diff --git a/README.md b/README.md index 4bd3aa9..8cb84e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Documentation -This is the repository containing the files for [docs.bijl.us](https://docs.bijl.us); the documentation related to the [lnco](https://git.bijl.us/lnco) organization. Check the [project tab](https://git.bijl.us/lnco/documentation/projects) for the issues pertaining to each section. \ No newline at end of file +This is the repository containing the files for [docs.bijl.us](https://docs.bijl.us); the documentation related to the [lnorg](https://git.bijl.us/lnorg) organization. Check the [project tab](https://git.bijl.us/lnorg/documentation/projects) for the issues pertaining to each section. \ No newline at end of file diff --git a/docs/alpine-server-setup/post-install/containers.md b/docs/alpine-server-setup/post-install/containers.md index 2299ece..1bf44c1 100644 --- a/docs/alpine-server-setup/post-install/containers.md +++ b/docs/alpine-server-setup/post-install/containers.md @@ -224,7 +224,7 @@ $ chmod +x ~/.local/bin/load ## Reverse proxy -While it would be more optimal to run a reverse proxy in a container and link the network namespaces to this container, this is unfortunately not [yet](https://git.bijl.us/lnco/documentation/issues/65) possible with `pasta` user network namespaces. Therefore, the reverse proxy should be run in front of the containers and thus on the system. +While it would be more optimal to run a reverse proxy in a container and link the network namespaces to this container, this is unfortunately not [yet](https://git.bijl.us/lnorg/documentation/issues/65) possible with `pasta` user network namespaces. Therefore, the reverse proxy should be run in front of the containers and thus on the system. Install caddy with diff --git a/docs/assets/lnco-logo.png b/docs/assets/lnorg-logo.png similarity index 100% rename from docs/assets/lnco-logo.png rename to docs/assets/lnorg-logo.png diff --git a/docs/index.md b/docs/index.md index 3d10fc7..eac298f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,3 @@ -# Welcome to docs.bijl.us +# Welcome to the documentation of lnorg -These are all the docs related to the [lnco](https://git.bijl.us/lnco) organization. +These are all the docs related to the [lnorg](https://git.bijl.us/lnco) organization. diff --git a/mkdocs.yml b/mkdocs.yml index 251e5cd..e9f14be 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ -site_name: lnco documentation -repo_url: https://git.bijl.us/lnco/documentation +site_name: lnorg documentation +repo_url: https://git.bijl.us/lnorg/documentation theme: name: material @@ -8,8 +8,8 @@ theme: - navigation.tabs - navigation.indexes - toc.follow - logo: assets/lnco-logo.png - favicon: assets/lnco-logo.png + logo: assets/lnorg-logo.png + favicon: assets/lnorg-logo.png palette: - media: "(prefers-color-scheme: light)" scheme: default