Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkhahn committed Mar 20, 2019
1 parent f8e0e4a commit 517f580
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 44 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -8,7 +8,7 @@ permalink: /docs/
# Service Catalog Documentation

This page is an index for the articles in here. We recommend you start by reading the
[introduction](./concepts/index.md#introduction), and then move on to the
[introduction](introduction.md), and then move on to the
[installation instructions](./install.md). After you install, see our
[walkthrough](./walkthrough.md) document to get started using Service Catalog.

Expand Down
24 changes: 0 additions & 24 deletions docs/concepts/service-catalog.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/concepts/index.md → docs/introduction.md
@@ -1,9 +1,9 @@
---
title: Concepts
title: Introduction
layout: docwithnav
---

## Introduction
## Foobar

The service-catalog project is in incubation to bring integration with service
brokers to the Kubernetes ecosystem via the [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker).
Expand Down Expand Up @@ -77,4 +77,4 @@ These concepts and resources are the building blocks of the service catalog.

## Service Resources

See [Resources](../resources.md) for details on each Service Catalog resource (or type).
See [Resources](./resources.md) for details on each Service Catalog resource (or type).
12 changes: 0 additions & 12 deletions docsite/_data/concepts.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docsite/_data/globals.yml
Expand Up @@ -2,5 +2,5 @@ tocs:
- install
- walkthrough
- cli
- concepts
- introduction
- docs-home # fallthrough, leave this last
12 changes: 12 additions & 0 deletions docsite/_data/introduction.yml
@@ -0,0 +1,12 @@
bigheader: "Introduction"
abstract: "Detailed explanations of Service Catalog system concepts and abstractions."
landing_page: /docs/introduction/
toc:
- docs/introduction.md
- title: Foobar
path: /docs/introduction/#foobar
- title: Overview
path: /docs/introduction/#overview
- title: Service Resources
path: /docs/introduction/#service-resources

2 changes: 1 addition & 1 deletion docsite/_layouts/docsportal.html
Expand Up @@ -17,7 +17,7 @@ <h5>{{ page.abstract }}</h5>
<li><a href="/docs/install" {% if toc.bigheader == "Install" %}class="YAH"{% endif %}>INSTALL</a></li>
<li><a href="/docs/walkthrough" {% if toc.bigheader == "Walkthrough" %}class="YAH"{% endif %}>WALKTHROUGH</a></li>
<li><a href="/docs/cli" {% if toc.bigheader == "CLI" %}class="YAH"{% endif %}>CLI</a></li>
<li><a href="/docs/concepts" {% if toc.bigheader == "Concepts" %}class="YAH"{% endif %}>CONCEPTS</a></li>
<li><a href="/docs/introduction" {% if toc.bigheader == "Introduction" %}class="YAH"{% endif %}>INTRODUCTION</a></li>
</ul>
<div id="searchBox">
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)" autofocus="autofocus">
Expand Down
2 changes: 1 addition & 1 deletion docsite/_layouts/docwithnav.html
Expand Up @@ -26,7 +26,7 @@ <h5>{{ toc.abstract }}</h5>
<li><a href="/docs/install" {% if toc.bigheader == "Install" %}class="YAH"{% endif %}>INSTALL</a></li>
<li><a href="/docs/walkthrough" {% if toc.bigheader == "Walkthrough" %}class="YAH"{% endif %}>WALKTHROUGH</a></li>
<li><a href="/docs/cli" {% if toc.bigheader == "CLI" %}class="YAH"{% endif %}>CLI</a></li>
<li><a href="/docs/concepts" {% if toc.bigheader == "Concepts" %}class="YAH"{% endif %}>CONCEPTS</a></li>
<li><a href="/docs/introduction" {% if toc.bigheader == "Introduction" %}class="YAH"{% endif %}>INTRODUCTION</a></li>
</ul>
<div id="searchBox">
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)" autofocus="autofocus">
Expand Down
2 changes: 1 addition & 1 deletion docsite/index.html
Expand Up @@ -28,7 +28,7 @@ <h5>Bringing the Cloud Back Into Your Cluster</h5>
<main>
<div class="image-wrapper"><img src="images/flower.png"></div>
<div class="content">
<h3><a href="/docs/concepts/#introduction">Service Catalog</a> lets you
<h3><a href="/docs/introduction/#introduction">Service Catalog</a> lets you
provision cloud services directly from the comfort of native Kubernetes tooling.
</h3>
<p>
Expand Down

0 comments on commit 517f580

Please sign in to comment.