added base_dir path

This commit is contained in:
Elmar Kresse
2024-07-22 15:56:22 +02:00
parent b1351dea03
commit 5faa9d3b63
2 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,8 @@
:doctype: boo
:doctype: book
:imagesdir: ./doku/media
:includedir: ./doku
:docdir: doku/content
asciidoctor:
base_dir: :doku
safe: unsafe
include::./doku/main.asciidoc[]
include::doku/main.asciidoc[]

View File

@ -5,6 +5,7 @@
:toclevels: 2
:data-uri:
ifndef::imagesdir[:imagesdir: ./media]
ifndef::includedir[:includedir: ./content]
= CodeContender =
CodeContender is a platform for learning and practicing coding. It is a web application that provides a set of coding courses with diffrend tasks and questions. Content is divided into different categories and levels. Users get information in form of text, images, and videos. They can also practice coding in an online code editor. The platform is designed to be user-friendly and easy to use. It is suitable for beginners as well as advanced users.
@ -105,12 +106,12 @@ Repositorys need to be secured and limited in size. That users can't upload larg
== Existing Solutions ==
include::content/existing_solutions.asciidoc[]
include::{includedir}/existing_solutions.asciidoc[]
== edX Platform ==
include::content/edx.asciidoc[]
include::{includedir}/edx.asciidoc[]
=== edX Kubernetes Deployment ===
include::content/edx-k8s.asciidoc[]
include::{includedir}/edx-k8s.asciidoc[]