MuhammadTahaNaveed opened a new pull request, #102:
URL: https://github.com/apache/age-website/pull/102
### What I did
- Fixed internal link errors, bad hyperlinks and postgresql syntax
highlighting.
### How I did it
- Replaced `#`,`html` fragments with `.md` files.
- Added a configuration option for myst_parser to generate labels for
heading anchors for h1, h2, and h3 level headings (corresponding to #, ##, and
### in markdown).
### How to verify it
- Tested the build locally with modified files.
```bash
sphinx-build docs build/html/current
Running Sphinx v5.2.3
making output directory... done
WARNING: The config value `smv_tag_whitelist' has type `NoneType', defaults
to `str'.
myst v0.18.1: MdParserConfig(commonmark_only=False, gfm_only=False,
enable_extensions=[], disable_syntax=[], all_links_external=False,
url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None,
highlight_code_blocks=True, number_code_blocks=[], title_to_header=False,
heading_anchors=3, heading_slug_func=None, footnote_transition=True,
words_per_minute=200, sub_delimiters=('{', '}'), linkify_fuzzy_links=True,
dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True,
dmath_double_inline=False, update_mathjax=True,
mathjax_classes='tex2jax_process|mathjax_process|math|output_area')
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 37 source files that are out of date
updating environment: [new config] 37 added, 0 changed, 0 removed
reading sources... [100%] intro/types
looking for now-outdated files... none found
pickling environment... done
checking consistency...
/home/taha-linux/Desktop/age-website/docs/intro/precedence.md: WARNING:
document isn't included in any toctree
done
preparing documents... done
writing output... [100%] intro/types
generating indices... genindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 2 warnings.
The HTML pages are in build/html/current.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]