#70 Tutorial: Fix/add rpm-spec source tags
Merged by oturpe. Opened by ferdnyc.
fedora-docs/ ferdnyc/package-maintainer-docs spec-source-tags  into  main

Download 70.patch

Syntax highlighting for .spec source blocks is in the process of being enabled for Fedora Docs. However, while the plugin that highlights .spec syntax has something like six different aliases, RPMSpec is none of them.

This PR switches the already-tagged blocks in the tutorial document from [source,RPMSpec] to [source, rpm-spec], one of the supported aliases for the syntax plugin. It also adds tags to a number of other specfile-source blocks in the document that were previously untagged.

Thank you! This is a good change.

For the future, there is way to test this kind of new functionality in staging
without having to submit pull requests to content repositories.

You can locally run the site generation script from from doc-fp-o
and point it to your fork and branch of a content repo by modifying
site.yml from docs-fp-o.

This method would deserve to be available in the Fedora Docs Team docs,
in addition to Building a Local Preview.
Hopefully I or somebody else finds some time to contribute that.

Pull-Request has been merged by oturpe

@oturpe

For the future, there is way to test this kind of new functionality in staging
without having to submit pull requests to content repositories.

Oh! Thanks, that's very helpful.

Metadata