Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add deprecation note to 1.x documentation page #1260

Merged
merged 1 commit into from
Nov 9, 2023
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
9 changes: 8 additions & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,11 @@ Example:
```

2. Delete the versioned docs directory. Example: `documentation/versioned_docs/version-1.8.0`.
3. Delete the versioned sidebars file. Example: `documentation/versioned_sidebars/version-1.8.0-sidebars.json`.
3. Delete the versioned sidebars file. Example: `documentation/versioned_sidebars/version-1.8.0-sidebars.json`.


# Build and view docs locally

1. Install yarn
2. Run `yarn install` to install [docusaurus](https://docusaurus.io/)
3. Run `yarn start` to build and serve the documentation page locally
12 changes: 11 additions & 1 deletion documentation/docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ title: Monaco Documentation
slug: /
---

# Welcome to the Monaco docs
# Welcome to the Documentation for Monaco 1.x

:::caution
**Monaco 1.x is deprecated by Monaco 2.x since April 2023.**

**This documentation only exists for reference purposes. We strongly suggest you upgrade!**

Take a look at [the current documentation](https://docs.dynatrace.com/docs/shortlink/configuration-as-code)!

Or jump directly into [the step-by-step migration guide](https://docs.dynatrace.com/docs/shortlink/configuration-as-code-migrate-to-v2)
:::

<p>
Monaco is a "configuration as code" tool that allows you to create, update and version your observaiblity and security configurations in Dynatrace efficiently and at scale.
Expand Down
12 changes: 12 additions & 0 deletions documentation/versioned_docs/version-1.5.3/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ title: What is Monaco?
slug: /
---

# Welcome to the Documentation for Monaco 1.5.x

:::caution
**Monaco 1.x is deprecated by Monaco 2.x since April 2023.**

**This documentation only exists for reference purposes. We strongly suggest you upgrade!**

Take a look at [the current documentation](https://docs.dynatrace.com/docs/shortlink/configuration-as-code)!

Or jump directly into [the step-by-step migration guide](https://docs.dynatrace.com/docs/shortlink/configuration-as-code-migrate-to-v2)
:::

Monaco is CLI tool that tool automates deployment of Dynatrace Monitoring Configuration to one or multiple Dynatrace environments.

## Why monaco?
Expand Down
12 changes: 12 additions & 0 deletions documentation/versioned_docs/version-1.6.0/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ title: What is Monaco?
slug: /
---

# Welcome to the Documentation for Monaco 1.6.x

:::caution
**Monaco 1.x is deprecated by Monaco 2.x since April 2023.**

**This documentation only exists for reference purposes. We strongly suggest you upgrade!**

Take a look at [the current documentation](https://docs.dynatrace.com/docs/shortlink/configuration-as-code)!

Or jump directly into [the step-by-step migration guide](https://docs.dynatrace.com/docs/shortlink/configuration-as-code-migrate-to-v2)
:::

Monaco is CLI tool that automates deployment of Dynatrace Monitoring Configuration to one or multiple Dynatrace environments.

## Why monaco?
Expand Down
14 changes: 12 additions & 2 deletions documentation/versioned_docs/version-1.7.0/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ title: Monaco Documentation
slug: /
---

# Welcome to the Monaco docs
# Welcome to the Documentation for Monaco 1.7.x

:::caution
**Monaco 1.x is deprecated by Monaco 2.x since April 2023.**

**This documentation only exists for reference purposes. We strongly suggest you upgrade!**

Take a look at [the current documentation](https://docs.dynatrace.com/docs/shortlink/configuration-as-code)!

Or jump directly into [the step-by-step migration guide](https://docs.dynatrace.com/docs/shortlink/configuration-as-code-migrate-to-v2)
:::

<p>
Monaco is a monitoring as code (MAC) tool that allows you to create, update and version your monitoring configurations in Dynatrace efficiently and at scale.
Expand Down Expand Up @@ -109,4 +119,4 @@ Monaco is a monitoring as code (MAC) tool that allows you to create, update and
</div>


</div>
</div>
12 changes: 11 additions & 1 deletion documentation/versioned_docs/version-1.8.x/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ title: Monaco Documentation
slug: /
---

# Welcome to the Monaco docs
# Welcome to the Documentation for Monaco 1.8.x

:::caution
**Monaco 1.x is deprecated by Monaco 2.x since April 2023.**

**This documentation only exists for reference purposes. We strongly suggest you upgrade!**

Take a look at [the current documentation](https://docs.dynatrace.com/docs/shortlink/configuration-as-code)!

Or jump directly into [the step-by-step migration guide](https://docs.dynatrace.com/docs/shortlink/configuration-as-code-migrate-to-v2)
:::

<p>
Monaco is a configuration as code tool that allows you to create, update and version your observability and security configurations in Dynatrace efficiently and at scale. Initially the focus was on "monitoring as code" hence the name Monaco.
Expand Down