Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ principles.

The three core areas of `spk` are:

- [Service Introspection](./docs/service-introspection.md)
- [Service Management](./docs/service-management.md)
- [Cloud Infra Management](./docs/cloud-infra-management.md)
- [Service Introspection](./guides/service-introspection.md)
- [Service Management](./guides/service-management.md)
- [Cloud Infra Management](./guides/cloud-infra-management.md)

![spk diagram](./docs/images/spk.png)
![spk diagram](./guides/images/spk.png)

For more information on the end-to-end experience of using Bedrock principles
refer to:
Expand Down Expand Up @@ -54,18 +54,18 @@ Commands:

## `spk` commands docs

- [spk deployment](./docs/service-introspection.md)
- [spk hld](./docs/hld-management.md)
- [spk infra](./docs/cloud-infra-management.md)
- [spk init](./docs/init.md)
- [spk project](./docs/project-management.md)
- [spk service](./docs/service-management.md)
- [spk variable-group](./docs/variable-group.md)
- [spk deployment](./guides/service-introspection.md)
- [spk hld](./guides/hld-management.md)
- [spk infra](./guides/cloud-infra-management.md)
- [spk init](./guides/init.md)
- [spk project](./guides/project-management.md)
- [spk service](./guides/service-management.md)
- [spk variable-group](./guides/variable-group.md)

## Getting Started

To utilize `spk` as your bedrock project and service management tool, follow the
[Managing a bedrock project with spk guide](/docs/project-service-management-guide.md).
[Managing a bedrock project with spk guide](./guides/project-service-management-guide.md).

Otherwise, generally:

Expand Down Expand Up @@ -138,4 +138,4 @@ to define them instead.

## Contributing

[Contributing to spk](./docs/contributing.md).
[Contributing to spk](./guides/contributing.md).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This document describes the workflow for deploying a set of services
An overview of how these different pieces fit together from an automation
perspective:

![spk resources](/docs/images/spk-resource-diagram.png "Bedrock SPK Resources")
![spk resources](/guides/images/spk-resource-diagram.png "Bedrock SPK Resources")

## Requirements

Expand Down Expand Up @@ -134,7 +134,7 @@ applied to the Kubernetes cluster by Flux.
```

**NOTE** `spk hld` command documentation can be found
[here](/docs/hld-management.md).
[here](/guides/hld-management.md).

### Materialized Manifests Repository

Expand Down Expand Up @@ -225,7 +225,7 @@ application repositories
run `install-lifecycle-pipeline` once for each repo.

**NOTE** `spk project` command documentation can be found
[here](/docs/project-management.md).
[here](/guides/project-management.md).

#### Adding a Service to a Application Repository

Expand All @@ -249,7 +249,7 @@ application repositories
definition in Azure Devops.

**NOTE** `spk service` command documentation can be found
[here](/docs/service-management.md).
[here](/guides/service-management.md).

#### Creating a Service Revision

Expand All @@ -272,7 +272,7 @@ application repositories
```

**NOTE** `spk service` command documentation can be found
[here](/docs/service-management.md).
[here](/guides/service-management.md).

## Helm Charts

Expand Down
File renamed without changes.
File renamed without changes.