Skip to content

Commit

Permalink
Update website README for TAG Observability
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Feb 28, 2024
1 parent 857d25c commit cf7c6aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/README.md
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).

Expand All @@ -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
Expand Down

0 comments on commit cf7c6aa

Please sign in to comment.