-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import content updates to guidance from most recent document (#27)
* Import content updates to guidance from most recent document * Removing "backstage" references in the README * Removing an unused file * Import content updates from google doc. Refactor guidance organization Fixes #10 * Adding ref to CONTRIBUTING.md in the top-level readme * Addressing comments on READM.md * Adding changes based on PR feedback * Removing the "platform" section until we are ready to build it
- Loading branch information
Showing
15 changed files
with
231 additions
and
324 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,21 +1,25 @@ | ||
# openo11y.io | ||
# openo11y.dev | ||
|
||
Welcome to Open O11y! This repository hosts the website files for [openo11y.dev](https://openo11y.dev), | ||
an open-source public website with guidance and information on O11y. | ||
Welcome to Open O11y! This repository hosts the website files for [openo11y.dev](https://openo11y.dev), an open-source public website with guidance and information on observability (o11y). | ||
|
||
If you're looking to contribute, please see the [contributing](./docs/contributing.md) documentation. | ||
|
||
# Local Development | ||
## Local Development | ||
|
||
## MkDocs | ||
The site is fundamentally a `mkdocs` site and is served on | ||
backstage and at the projecto11y.io domain name via GitHub pages. | ||
### MkDocs | ||
|
||
## Backstage | ||
The site is built using `mkdocs`. You can serve the site locally by running | ||
|
||
### Contributing | ||
```sh | ||
make install-deps | ||
make build | ||
make serve | ||
``` | ||
|
||
## Contributing | ||
|
||
- Follow the guidelines established in [CONTRIBUTING.md](docs/CONTRIBUTING.md) | ||
- Images should be placed under the root `img` folder and referred to using HTML `<img>` tags | ||
- H3 header (`###`) should be the default header within a page | ||
- H2 header (`##`) will appear in the navigation as the page's table of contents | ||
- make sure to add to _sidebar | ||
- make sure to add to _sidebar |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.