diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 00000000..c472b4ea --- /dev/null +++ b/docs/404.html @@ -0,0 +1,24 @@ +--- +layout: default +--- + + + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 00000000..469eca6d --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,33 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +source "https://rubygems.org" + +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +# gem "jekyll", "~> 3.8.5" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +gem "github-pages", "~> 204", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.6" + gem "jekyll-remote-theme", "~> 0.4.1" +end diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 00000000..e90caff7 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,24 @@ +title: Lightspeed core service +description: Lightspeed core service +baseurl: "/lightspeed-stack" +url: "https://lightspeed-core.github.io/lightspeed-stack/" + +heading_anchors: true +search_enabled: true + +aux_links: + "Github repository": + - "https://github.com/lightspeed-core/lightspeed-stack/" + +footer_content: "Copyright © 2025 Red Hat and external authors" + +# Build settings +markdown: kramdown + +exclude: + - Gemfile + - Gemfile.lock + - vendor/ + - sources.tmpl.md + +theme: jekyll-theme-leap-day diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..aabe1efe --- /dev/null +++ b/docs/index.md @@ -0,0 +1,6 @@ +--- +layout: default +nav_order: 1 +--- +# Lightspeed core service +