Skip to content

Commit

Permalink
Create jekyll site
Browse files Browse the repository at this point in the history
  • Loading branch information
McInnesd committed Feb 9, 2024
1 parent 546f9da commit 42433a5
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 218 deletions.
5 changes: 5 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
25 changes: 25 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
permalink: /404.html
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
38 changes: 38 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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", "~> 4.3.3"
gem "github-pages", "~> 228", group: :jekyll_plugins
# This is the default theme for new Jekyll sites. You may change this to anything you like.
#gem "minima", "~> 2.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", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.8"

gem "just-the-docs", "~> 0.7.0"
35 changes: 35 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
title: Splunk Operator for Kubernetes
#email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
The Splunk Operator for Kubernetes (SOK) makes it easy for Splunk Administrators to deploy and operate Enterprise deployments in a Kubernetes infrastructure.
Packaged as a container, it uses the operator pattern to manage Splunk-specific custom resources, following best practices to manage all the underlying Kubernetes objects for you.
github_username: mcinnesd
domain: mcinnesd.github.io
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mcinnesd.github.io" # the base hostname & protocol for your site, e.g. http://example.com

# Build settings
theme: just-the-docs
plugins:
- jekyll-feed

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
23 changes: 0 additions & 23 deletions docs/artifacthub-repo.yml

This file was deleted.

2 changes: 0 additions & 2 deletions docs/cr.yaml

This file was deleted.

File renamed without changes.
193 changes: 0 additions & 193 deletions docs/index.yaml

This file was deleted.

Binary file removed docs/splunk-enterprise-1.0.0.tgz
Binary file not shown.
Binary file removed docs/splunk-enterprise-2.2.0.tgz
Binary file not shown.
Binary file removed docs/splunk-enterprise-2.2.1.tgz
Binary file not shown.
Binary file removed docs/splunk-enterprise-2.3.0.tgz
Binary file not shown.
Binary file removed docs/splunk-enterprise-2.4.0.tgz
Binary file not shown.
Binary file removed docs/splunk-enterprise-2.5.0.tgz
Binary file not shown.
Binary file removed docs/splunk-operator-1.0.0.tgz
Binary file not shown.
Binary file removed docs/splunk-operator-2.2.0.tgz
Binary file not shown.
Binary file removed docs/splunk-operator-2.2.1.tgz
Binary file not shown.
Binary file removed docs/splunk-operator-2.3.0.tgz
Binary file not shown.
Binary file removed docs/splunk-operator-2.4.0.tgz
Binary file not shown.
Binary file removed docs/splunk-operator-2.5.0.tgz
Binary file not shown.

0 comments on commit 42433a5

Please sign in to comment.