-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update website README for TAG Observability
Signed-off-by: Ken Finnigan <[email protected]>
- Loading branch information
1 parent
857d25c
commit cf7c6aa
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# TAG Security Website | ||
# TAG Observability Website | ||
|
||
This directory contains a [Hugo](https://gohugo.io) web site published via [Netlify](https://www.netlify.com/) to <https://tag-security.cncf.io/>. | ||
This directory contains a [Hugo](https://gohugo.io) web site published via [Netlify](https://www.netlify.com/) to <https://tag-observability.cncf.io/>. | ||
|
||
When the `main` branch of this repo is updated a fresh build and deploy of the website is executed. Recent Netlify builds and deployments are listed at <https://app.netlify.com/sites/tag-security>. | ||
When the `main` branch of this repo is updated a fresh build and deploy of the website is executed. Recent Netlify builds and deployments are listed at <https://app.netlify.com/sites/tag-observability>. | ||
|
||
Add content by adding Markdown files to directories in [./content](./content). | ||
|
||
|
@@ -15,8 +15,8 @@ Configuration is set in [config.toml](./config.toml). | |
To set up a local dev environment make sure you have [Hugo Extended](https://gohugo.io/installation/linux/#editions) and [npm](https://www.npmjs.com/) installed, then run the following: | ||
|
||
``` | ||
git clone [email protected]:cncf/tag-security.git | ||
cd tag-security | ||
git clone [email protected]:cncf/tag-observability.git | ||
cd tag-observability | ||
git submodule update --init --recursive | ||
cd website | ||
npm install | ||
|