Expert guidance for writing documentation for the Dagster docs website. ALWAYS use before creating or updating documentation in the docs directory.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-dagster-docs-skill-67a1e7b22403 ,按照其中的说明把「dagster-docs」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Always ensure docs/node_modules exists before running any commands
docs/node_modules/ directoryyarn install in /docs to install dependenciescd /docs; yarn installAlways ensure docs/docs/api/**/*.mdx files exist before running yarn start
docs/docs/api/**/*.mdx filesyarn build-api-docs in the docs rootcd /docs; yarn build-api-docsaudiences.md for descriptions of primary audiences.docs/docs/about/contributing-docs/formatting-style.md for formatting and style conventions.docs/docs/about/contributing-docs/content-model for an explanation of the structure and types of content included in Dagster docs.docs/docs/aboutAll
docs/docs/about/changelog.md is automatically populated from /CHANGES.md through a custom React component. Do not edit changelog.md directly.
docs/docs/api.mdx files are generated from .rst files in
docs/sphinx/sections/api and should not be directly edited. Instead, update the .rst file or the docstrings in /python_modules.
docs/docs/dagster-basics-tutorialdocs/docs/deploymentdocs/docs/examplesdocs/docs/examples/full-pipelines/blueskydocs/docs/getting-starteddocs/docs/guidesMost subdirectories in docs/docs/guides correspond to phases in the data engineering lifecycle:
pdb.The docs/docs/guides/labs subdirectory contains documentation of new features under active development. All pages in the Labs section should import the early access partial and reference it at the top of the page.
The docs/docs/partials subdirectory contains files with text that is referenced in multiple places throughout the documentation.
docs/docs/guides/build/assets/asset-selection-syntaxdocs/docs/guides/automate/declarative-automationdocs/docs/integrations.mdx files are generated from .rst files in sphinx/sections/integrations and should not be directly edited. Instead, update the corresponding .rst file. Docstrings for classes and modules in corresponding files in python_modules/libraries may also need to be updated.docs/docs/integrations/libraries/databricksdocs/docs/integrations/libraries/fivetrandocs/docs/migrationdocs/docs/migration/upgrading.md is automatically populated by /MIGRATION.md through a custom React component. Do not edit upgrading.md directly.yarn start in /docs directory