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

Use HTML for docs #7548

Merged
merged 2 commits into from Dec 24, 2022
Merged

Use HTML for docs #7548

merged 2 commits into from Dec 24, 2022

Conversation

yschimke
Copy link
Collaborator

Seems to fix the generation, already used by https://square.github.io/workflow/

@yschimke yschimke marked this pull request as ready for review December 11, 2022 09:08
@yschimke
Copy link
Collaborator Author

@yschimke
Copy link
Collaborator Author

@swankjesse request post review - be nice to start testing this when we have a release.

@yschimke yschimke merged commit 05718b4 into square:master Dec 24, 2022
# See https://github.com/square/okhttp/issues/7338
find docs/4.x -name package-list -exec sed -i '' -e 's/index.md$/index.html/' -e 's/\.md$/\.html/' -e '1 s/gfm/html/' -e '2 s/md/html/' {} \;

# Dokka filenames like `-http-url/index.md` don't work well with MkDocs <title> tags.
Copy link
Member

Choose a reason for hiding this comment

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

Hooray nuking this trash!

Copy link
Member

@swankjesse swankjesse left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants