Skip to content

Commit

Permalink
Consolidate duplicate overview pages (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBabin authored Apr 25, 2024
2 parents be1d77d + 038fbd9 commit dd94501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
32 changes: 5 additions & 27 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
+++
title = "Score overview"
linkTitle = "Score"
abstract = "Score is an open-source Workload Specification and CLI conversion tool used to eliminate configuration management between local and remote environments."
+++

_Score_ provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. Score eliminates configuration management between local and remote environments.

## Develop your Score Spec

To compose a Score Specification file, you'll do the following:

- Scope: identify containers, resources, and services needed for your infrastructure.
- Compose: compose your resources into the Score Specification file.
- Transform: transform your Score Specification file to the Platform of your choice.

## Getting started

To get started, you'll want to:

- Read through the [Overview page]({{< relref "/overview" >}} "Overview").
- Learn how to [install the score-compose reference implementation (CLI)]({{< relref "docs/score-implementation/score-compose#installation" >}} "Learn to install").

Beyond the getting started section, you can learn more about Score and how to implement it into your own workflows.

- [Concepts](/docs/concepts): Recommended reading for anyone consuming or operating Score.
- [Set environment variables](/docs/how-to-guides/enviornment-variables) Learn how to set and manage environment-specific variables.
---
title: "Score overview"
linkTitle: "Score"
abstract: "Score is an open-source Workload Specification and CLI conversion tool used to eliminate configuration management between local and remote environments."
---
2 changes: 2 additions & 0 deletions content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ linkTitle: "Overview"
weight: 1
Victor_Hugo: "true"
Focus_Keyword: "Learn about the Score Specification"
url: /docs
aliases:
- /docs/overview
- /docs/concepts
- /docs/concepts/container
- /docs/concepts/environment-configuration
Expand Down

0 comments on commit dd94501

Please sign in to comment.