From b92703c7bb5ca87701e1ef0fc4400ee5e58dcd4b Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 3 Mar 2023 13:12:18 -0800 Subject: [PATCH] Updates title and adds more content --- docs/index.html | 7 +- docs/public/_headers | 3 + docs/src/App.vue | 2 + docs/src/layouts/default.vue | 7 ++ docs/src/layouts/docs.vue | 6 +- docs/src/pages/guide/getting-started.md | 101 +++++------------------- 6 files changed, 41 insertions(+), 85 deletions(-) create mode 100644 docs/public/_headers diff --git a/docs/index.html b/docs/index.html index 40a9e736..f2397f3b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,11 +4,7 @@ - Dozzle - Log viewer for Docker - - -
+ + +
diff --git a/docs/public/_headers b/docs/public/_headers new file mode 100644 index 00000000..9079d85b --- /dev/null +++ b/docs/public/_headers @@ -0,0 +1,3 @@ +/assets/* + cache-control: max-age=31536000 + cache-control: immutable diff --git a/docs/src/App.vue b/docs/src/App.vue index 071ece90..1c4ea77a 100644 --- a/docs/src/App.vue +++ b/docs/src/App.vue @@ -1,3 +1,5 @@ + +