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

Fix markdown glitches in generated classifiers documentation #204

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

krdln
Copy link
Contributor

@krdln krdln commented Aug 26, 2022

Glitches were caused by table-of-contents logic which in absence of
title was trying to take x first characters of description, resulting in
eg. yaml snippets cut in half.

This commits avoid glitches by not using dot on first sentence, so
that go-swagger knows that the first sentence is a title.

Resolves: #202


This change is Reviewable

Glitches were caused by table-of-contents logic which in absence of
title was trying to take x first characters of description, resulting in
eg. yaml snippets cut in half.

This commits avoid glitches by **not** using dot on first sentence, so
that go-swagger knows that the first sentence is a title.
@krdln krdln requested a review from a team as a code owner August 26, 2022 14:47
@krdln krdln enabled auto-merge (squash) August 26, 2022 14:47
Copy link
Contributor

@kwapik kwapik left a comment

Choose a reason for hiding this comment

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

Reviewed 9 of 9 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @krdln)

@krdln krdln merged commit 0792304 into main Aug 26, 2022
@krdln krdln deleted the classification-glitches branch August 26, 2022 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some examples from autogenerated markdown files are not valid
2 participants