Skip to content

[KYUUBI #7434] [DOC] Reformat quick_start pages from reStructuredText to Markdown#7541

Draft
dnskr wants to merge 1 commit into
apache:masterfrom
dnskr:reformat-quick-start-pages-from-rst-to-md
Draft

[KYUUBI #7434] [DOC] Reformat quick_start pages from reStructuredText to Markdown#7541
dnskr wants to merge 1 commit into
apache:masterfrom
dnskr:reformat-quick-start-pages-from-rst-to-md

Conversation

@dnskr

@dnskr dnskr commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Why are the changes needed?

The changes are needed to test the Markdown format for the documentation.
Related issue: 📝 Consolidate a documentation format to a single approach #7434.

How was this patch tested?

Built the documentation with the following command and verified pages:

make html

Was this patch authored or co-authored using generative AI tooling?

Assisted-by: Junie

Signed-off-by: Denis Krivenko <dnskrv88@gmail.com>
@dnskr dnskr self-assigned this Jul 3, 2026
@github-actions github-actions Bot added the kind:documentation Documentation is a feature! label Jul 3, 2026
Comment thread docs/quick_start/index.md
Comment on lines +25 to +27
---
maxdepth: 2
---

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Directive properties are rendered as text in standard markdown editors (viewers), see index.md

Image

Comment thread docs/conf.py
"sphinx.ext.mathjax",
"myst_parser",
"sphinx_copybutton",
"sphinx_markdown_tables",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to be deleted to fix substitution in markdown tables.


```{parsed-literal}
$ tar zxf apache-kyuubi-{{ release }}-bin.tgz
```

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Substitution doesn't work in standard markdown editors (viewers), see quick_start.md

Image

```shell
bin/kyuubi run
```
:::

@dnskr dnskr Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Directive uses ::: delimiters instead of ``` to render shell code correctly.
However, in standard markdown editors (viewers) it looks as poorly formatted text.

Image

Comment on lines +27 to +33
```{parsed-literal}
<dependency>
<groupId>org.apache.kyuubi</groupId>
<artifactId>kyuubi-hive-jdbc-shaded</artifactId>
<version>{{ release }}</version>
</dependency>
```

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tried different approaches, but substitution doesn't work for xml in this case.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:documentation Documentation is a feature!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant