From 8f5a6efd42dd7762159e9dc884cbbc2824377e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Thu, 19 Dec 2024 14:25:09 +0100 Subject: [PATCH] Update API documentation for MOTIS 2 --- website/content/_index.html | 6 +---- website/content/api.html | 24 ++++++++++++++++++++ website/layouts/shortcodes/source-table.html | 10 -------- website/static/custom.css | 8 +++++++ 4 files changed, 33 insertions(+), 15 deletions(-) create mode 100644 website/content/api.html diff --git a/website/content/_index.html b/website/content/_index.html index a49977d0..7632c7a5 100644 --- a/website/content/_index.html +++ b/website/content/_index.html @@ -13,10 +13,6 @@ --> - {{ range $index, $source := $.Site.Data.license }} {{ if not (compare.Eq ((index $.Site.Data.license $index).region_name) ((index $.Site.Data.license (sub $index 1)).region_name)) }}

{{ .region_name }}

diff --git a/website/static/custom.css b/website/static/custom.css index 9f1a1d59..4e1b1bbd 100644 --- a/website/static/custom.css +++ b/website/static/custom.css @@ -54,3 +54,11 @@ .text-xs { font-size: 10px; } + +h3 { + margin-top: 30px; +} + +h2 { + margin-top: 60px; +}