Skip to content

AWS-Joe-A/observability-best-practices

 
 

Repository files navigation

Observability Best Practices

Welcome

This is the source for the AWS Observability Best Practices site. Everyone is welcome to contribute here, not just AWS employees!

How to run/develop this site

This website is built using Docusaurus, a modern static website generator. You need to install npm as a prerequisite.

Installation

cd docusaurus
$ (yarn | npm ) install

Local Development

$ yarn start [or] npm run start

japanese i18n server

$ yarn start -l ja [or] npm run start -l ja

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build [or] npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH with yarn:

$ USE_SSH=true yarn deploy 

Using SSH with npm:

$ USE_SSH=true  npm run serve

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 32.0%
  • TypeScript 26.8%
  • Go 15.9%
  • JavaScript 12.7%
  • Rust 3.2%
  • Python 3.2%
  • Other 6.2%