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

Added tags and categories #187

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 2 additions & 0 deletions content/en/cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ type: docs
menu: {main: {weight: 2}}
cascade:
type: docs
tags: [cloud]
categories: [cloud, documentation]
---
![layer5-cloud-provider](layer5-cloud-provider.svg "image-center-shadow")
{{% pageinfo %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/cloud/catalog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Catalog
weight: 4
description: >
The Cloud Catalog is a web-based, public catalog to facilitate easy sharing and discovery of common cloud native architectures and design patterns.
tags: [catalog]
categories: [catalog,cloud]
---

{{%pageinfo%}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/cloud/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Concepts
weight: 2
description: >
An overview of Layer5 Cloud concepts and their relationships to one another.
tags: [cloud]
categories: [cloud, concepts]
---

![concepts-overview](concepts-overview.svg "image-center-shadow")
Expand Down
2 changes: 2 additions & 0 deletions content/en/cloud/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Getting Started
description: Learn how to effectively manage your organizations, teams, users, workspaces, environments, and more.
weight: 1
tags: [cloud]
categories: [cloud]
---
<!-- {{% pageinfo %}}
Page under construction.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Creating a Design from Meshery Catalog Templates
description: With this guide, you can create amazing cloud native designs for your infrastructure from already avaliable templetes in the meshery catalog.
weight: 2
tags: [cloud, meshery]
categories: [cloud]
---

[Meshery Catalog](https://meshery.layer5.io/catalog) functions much like a cloud marketplace, providing a user-friendly interface for browsing, discovering, and sharing configurations and patterns for cloud native infrastructure. With Meshery Catalog, you can easily find,clone and deploy Kubernetes-based infrastructure and tools, making it easy to streamline your cloud native development and operations processes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Setting up Layer5 Account
description: With a personal account on Layer5 Cloud, you can import or create infrastructural designs, collaborate with others through workspaces and teams, manage your organizations and more.
weight: 1
tags: [cloud,layer5]
categories: [cloud]
---

This guide will walk you through setting up your Layer5 account.
Expand Down
1 change: 1 addition & 0 deletions content/en/cloud/identity/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ description: >
Organizations, Teams, Users
weight: 3
categories: [Identity]
tags: [Identity]
---
2 changes: 2 additions & 0 deletions content/en/cloud/security/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Tokens
description: >
API Tokens are used to authenticate to Layer5 Cloud's REST API. Generated on your user account's security tokens page. Tokens can be revoked at any time.
weight: 3
tags: [tokens, permissions]
categories: [Security]
---

## What tokens are
Expand Down
2 changes: 2 additions & 0 deletions content/en/cloud/self-hosted/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Self-Hosted
weight: 10
description: >
Keep your MeshMap designs internal to your workplace. Get remote support from Layer5 when you need it.
tags: [cloud]
categories: [cloud]
---

![self-hosted](images/self-hosted.svg "image-right-no-shadow")
Expand Down
2 changes: 2 additions & 0 deletions content/en/cloud/tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
title: Tutorials
description: Show your user how to work through some end to end examples.
weight: 8
tags: [tutorial]
categories: [tutorial]
---
2 changes: 2 additions & 0 deletions content/en/cloud/tutorials/assigning-user-badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Recognizing User and Contributor Milestones
description: >
Showcasing user and contributor achievements
tags: [badges, milestones]
categories: [tutorial]
---


Expand Down
2 changes: 2 additions & 0 deletions content/en/cloud/tutorials/gitops-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: >
Connect MeshMap to your GitHub repo and see changes pull request-to-pull request.
category: GitOps
weight: 4
tags: [meshmap]
categories: [tutorial]
---


Expand Down
2 changes: 2 additions & 0 deletions content/en/cloud/tutorials/sharing-a-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Sharing a Workspace
description: >
Learn how to control access to workspaces and their resources.
weight: 5
tags: [workspace]
categories: [tutorial]
---
## Share designs from Workspaces

Expand Down
3 changes: 2 additions & 1 deletion content/en/cloud/workspaces/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: Workspaces
description: >
Meshery Workspaces serve as a virtual space for your team-based work.
weight: 6
categories: [Workspaces]
categories: [workspace]
tags: [workspace]
---

Meshery Workspaces serve as a virtual space for your team-based work. Create a Workspace to organize your work and to serve as the central point of collaboration for you and your teams and a central point of access control to Environments and their resources.
Expand Down
3 changes: 3 additions & 0 deletions content/en/meshmap/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ menu: {main: {weight: 3}}
weight: 1
cascade:
type: docs
tags: [meshmap]
categories: [meshmap]

---


Expand Down
2 changes: 2 additions & 0 deletions content/en/meshmap/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Core Tasks
description: Navigate your way around MeshMap with these common tasks.
weight: 6
categories: [tasks]
tags: [tasks]
---

{{% pageinfo %}}
Expand Down
2 changes: 2 additions & 0 deletions content/en/meshmap/tasks/designs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
title: Deploying Designs
description: >
Each Meshery design is deployable to one or more Kubernetes clusters.
categories: [Designer]
tags: [designs]
---

1 change: 1 addition & 0 deletions content/en/meshmap/visualizer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ weight: 5
description: >
Visualizer mode is for operating your Kubernetes clusters and cloud native infrastructure.
categories: [Visualizer]
tags: [Visualizer]
---

Discover and examine your Kubernetes clusters and cloud native infrastructure using Visualizer mode.
Expand Down