Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/docsPublic

Dapr user documentation, used to build docs.dapr.io

License

NotificationsYou must be signed in to change notification settings

dapr/docs

Repository files navigation

GitHub LicenseGitHub issue custom search in repoDiscordYouTube Channel ViewsX (formerly Twitter) Follow

If you are looking to explore the Dapr documentation, please go to the documentation website:

https://docs.dapr.io

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.

Branch guidance

The Dapr docs handles branching differently than most code repositories. Instead of having amaster ormain branch, every branch is labeled to match the major and minor version of a runtime release.

The following branches are currently maintained:

BranchWebsiteDescription
v1.15 (primary)https://docs.dapr.ioLatest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here.
v1.16 (pre-release)https://v1-16.docs.dapr.io/Pre-release documentation. Doc updates that are only applicable to v1.15+ go here.

For more information visit theDapr branch structure document.

Contribution guidelines

Before making your first contribution, make sure to review thecontributing section in the docs.

Overview

The Dapr docs are built usingHugo with theDocsy theme, hosted on anAzure Static Web App.

Thedaprdocs directory contains the hugo project, markdown files, and theme configurations.

Setup with a devcontainer

This repository comes with adevcontainer configuration that automatically installs all the required dependencies and VSCode extensions to build and run the docs.

This devcontainer can be used to develop locally with VSCode or via GitHub Codespaces completely in the browser. Other IDEs that supportdevcontainers can be used but won't have the extensions preconfigured and will likely have different performance characteristics.

Pre-requisites

Environment setup

  1. Fork and clone this repository.

  2. Open the forked repository in VS Code

code.
  1. When prompted, click "Reopen in Container" to open the repository in the devcontainer.

Continue with theRun local server steps.

Setup without a devcontainer

Pre-requisites

Environment setup

  1. Ensure pre-requisites are installed.

  2. Fork and clone this repository.

  3. Change to daprdocs directory:

cd ./daprdocs
  1. Update submodules:
git submodule update --init --recursive
  1. Install npm packages:
npm install

Run local server

  1. Make sure you're in thedaprdocs directory
  2. Run
hugo server
  1. Navigate tohttp://localhost:1313/

Update docs

  1. Ensure you are in your forked repo
  2. Create new branch
  3. Commit and push changes to forked branch
  4. Submit pull request from downstream branch to the upstream branch for the correct version you are targeting
  5. Staging site will automatically get created and linked to PR to review and test

Code of Conduct

Please refer to ourDapr community code of conduct.


[8]ページ先頭

©2009-2025 Movatter.jp