Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Adding meta data #1055

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ hipsparse
hpp
hsa
hsakmt
html
hyperparameter
ib_core
inband
Expand All @@ -556,6 +557,7 @@ inlining
installable
instantiation
interprocedural
intersphinx
intra
invariants
invocating
Expand Down Expand Up @@ -583,6 +585,7 @@ mkdir
mlirmiopen
mtypes
mvffr
myst
namespace
namespaces
natively
Expand Down
7 changes: 7 additions & 0 deletions docs/developer_guide/commitizen.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Commitizen enforces conventional commits and implements automatic release tagging based on commit messages."
"keywords": "Commit on ROCm docs core , Conventional commit on ROCm docs core, Commit messages on ROCm docs core, Commit using Commitizen, Commitizen, ROCm docs core developer guide"
---

# Commitizen

The ROCm Docs Core repository uses
Expand Down
7 changes: 7 additions & 0 deletions docs/developer_guide/dependabot.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Dependabot is automated dependency management tool"
"keywords": "Automated dependency management tool, Dependency management for ROCm documentation, Dependabot, ROCm docs core developer guide"
---

# Dependabot

Dependabot is automated dependency management tool.
Expand Down
7 changes: 7 additions & 0 deletions docs/developer_guide/developer_guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "A collection of utilities, styling, scripts, and additional HTML content common to all ROCm projects’ documentation"
"keywords": "Processes in ROCm docs core, Toolchains in ROCm docs core, ROCm docs core developer guide"
---

# Developer Guide

The Developer Guide provides additional information on the processes and toolchains in `rocm-docs-core`
7 changes: 7 additions & 0 deletions docs/developer_guide/just.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Just is a command runner used to quickly setup an environment for documentation development"
"keywords": "Development environment for ROCm docs core, Environment for documentation development, Development environment for ROCm documentation, Just, ROCm docs core developer guide"
---

# Just

[`just`](https://github.com/casey/just) is a command runner used to
Expand Down
7 changes: 7 additions & 0 deletions docs/developer_guide/projects_yaml.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Defining external intersphinx project mapping"
"keywords": "External intersphinx project mapping, Project mapping in ROCm docs core, ROCm docs core developer guide"
---

# External Intersphinx Project Mapping

Projects should be defined in `projects.yaml` and should set which key they correspond to by setting external_projects_current_project to this key.
Expand Down
7 changes: 7 additions & 0 deletions docs/developer_guide/python_linting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Tools used for checking correctness in Python code"
"keywords": "Python linting tool, Check correctness in Python code, ROCm docs core developer guide"
---

# Python Linting

The following list of tools is used for checking correctness in Python code.
Expand Down
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "A collection of utilities, styling, scripts, and additional HTML content common to all ROCm projects’ documentation"
"keywords": "ROCm documentation configuration, ROCm documentation customization, ROCm documentation tool, ROCm docs core developer guide"
---

# ROCm Docs Core

ROCm Docs Core is a collection of utilities, styling, scripts and additional
Expand Down
7 changes: 7 additions & 0 deletions docs/user_guide/article_info.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Setting article info in ROCm documentation"
"keywords": "Configuring ROCm documentation, Article info, ROCm docs core user guide"
---

# Article Info

Article info is disabled by default and must be enabled in `conf.py`.
Expand Down
7 changes: 7 additions & 0 deletions docs/user_guide/linking_md.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Setting up links in Markdown to other projects, current project and external sites in ROCm documentation"
"keywords": "Markdown links in ROCm documentation, Project linking, Project reference, Adding links in Markdown, ROCm docs core user guide"
---

# Linking in Markdown

## Markdown
Expand Down
5 changes: 5 additions & 0 deletions docs/user_guide/linking_rst.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. meta::
:description: Setting up links in RST to other projects, current project and external sites in ROCm documentation
:keywords: RST links in ROCm documentation, Project linking, Project reference, Adding links in RST, ROCm docs core user guide


Linking in RST
==============

Expand Down
7 changes: 7 additions & 0 deletions docs/user_guide/linking_toc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Setting up links in the Table of Contents for ROCm documentation"
"keywords": "Links in TOC, Links in table of content, ROCm documentation TOC, ROCm documentation table of content, ROCm docs core user guide"
---

# Linking in the Table of Contents

## Syntax
Expand Down
7 changes: 7 additions & 0 deletions docs/user_guide/spellcheck.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
myst:
html_meta:
"description": "Rocm docs core has spell checks run on every pull request"
"keywords": "Spell check in ROCm documentation, Spell check in ROCm docs core, ROCm docs core user guide"
---

# Spell Check

`rocm-docs-core` has spell checks run on every pull request (PR) via GitHub Actions.
Expand Down
Loading