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

Improvements to generate_docs.py #156

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

harrymkt
Copy link
Contributor

  • Added file case insensitive support, for readme and screenshot.
  • Added tags taxonomies as an optional metadata in theme.toml, for possible future implementation to search by tags quickly.

- Added file case insensitive support, for readme and screenshot.
- Added tags taxonomies as an optional metadata in theme.toml, for possible future implementation to search by tags quickly.
Copy link
Collaborator

@Keats Keats left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -9,6 +9,13 @@

MD_ANCHOR_LINKS = r"\[(.+)\]\(#.+\)"

def find_file(directory, filename):
Copy link
Collaborator

Choose a reason for hiding this comment

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

It feels like this should return the path to the file rather than the filename but it's a small nit

@Keats Keats merged commit ed77920 into getzola:master Dec 3, 2024
1 check passed
@harrymkt harrymkt deleted the Improvements branch December 3, 2024 15:20
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.

2 participants