mirror of https://github.com/dapr/docs.git
After installing dapr on Kubernetes total of 5 pods got provisioned. One dashboard pod entry is missing in doc. In previous docs, this request was got accepted seems it got missed again. Co-authored-by: Ori Zohar <orzohar@microsoft.com> |
||
---|---|---|
.github | ||
OLD/presentations | ||
daprdocs | ||
.gitignore | ||
.gitmodules | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
README.md
Dapr documentation
If you are looking to explore the Dapr documentation, please go to the documentation website:
This repo contains the markdown files which generate the above website. See below for guidance on running with a local environment to contribute to the docs.
Contribution guidelines
Before making your first contribution, make sure to review the contributing section in the docs.
Overview
The Dapr docs are built using Hugo with the Docsy theme, hosted on an Azure Static Web App.
The daprdocs directory contains the hugo project, markdown files, and theme configurations.
Pre-requisites
Environment setup
- Ensure pre-requisites are installed
- Clone this repository
git clone https://github.com/dapr/docs.git
- Change to daprdocs directory:
cd daprdocs
- Add Docsy submodule:
git submodule add https://github.com/google/docsy.git themes/docsy
- Update submodules:
git submodule update --init --recursive
- Install npm packages:
npm install
Run local server
- Make sure you're still in the
daprdocs
directory - Run
hugo server --disableFastRender
- Navigate to
http://localhost:1313/docs
Update docs
- Create new branch
- Commit and push changes to content
- Submit pull request to
master
- Staging site will automatically get created and linked to PR to review and test
Code of Conduct
Please refer to our Dapr community code of conduct.