Config update. Dockerfile bugfix

This commit is contained in:
Guillaume 2023-05-24 18:14:23 +02:00
parent b9724b5073
commit 56f3665299
3 changed files with 4 additions and 25 deletions

View File

@ -1,6 +1,6 @@
FROM hugomods/hugo:exts-0.112.1 as build FROM hugomods/hugo:exts-0.112.1 as build
COPY . /src COPY . /src
RUN hugo --minify --gc --enableGitInfo RUN hugo --minify --gc
FROM nginx:alpine FROM nginx:alpine
COPY --from=build /src/public /usr/share/nginx/html COPY --from=build /src/public /usr/share/nginx/html

View File

@ -1,6 +1,6 @@
baseURL: "http://example.org/" baseURL: "https://novit.io/docs"
languageCode: "en-us" languageCode: "fr-fr"
params: params:
landingPageName: "<i class='fas fa-home'></i> About Direktil" landingPageName: "<i class='fas fa-home'></i> NOVIT's Direktil"
theme: "learn" theme: "learn"
title: "NOVIT's Direktil" title: "NOVIT's Direktil"

View File

@ -1,21 +0,0 @@
About
Getting Started
Direktil OS
Installation:
- By container
- By building the binary
Configuration:
- Clusters
- Groups
- Hosts
- Configs
- Bootstrap Pods
- Addons
- TLS configuration
- Defaults : Configurations inheritance
Maintenance:
- Backups
- Upgrade
CLI:
- Dir2config
- Direktil Local Server