-
Notifications
You must be signed in to change notification settings - Fork 710
[DOCS] blog setup #1925
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
base: master
Are you sure you want to change the base?
[DOCS] blog setup #1925
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new blog section to the documentation by updating navigation, adding blog plugin configurations in mkdocs.yml, and creating the blog landing page along with an authors file.
- Adds a "Blog" entry to the site navigation and configures the blog plugin in mkdocs.yml.
- Introduces a new blog index page with introductory content in docs/blog/index.md.
- Provides an authors configuration file in docs/blog/.authors.yml to list blog authors.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
mkdocs.yml | Adds a new "Blog" navigation entry and blog plugin configurations. |
docs/blog/index.md | Creates a new blog index page with introductory content. |
docs/blog/.authors.yml | Introduces an authors listing for the blog. |
@jiayuasu Updated the insert-license hook in |
@kadolor The PR LGTM. Let me know when it is ready to be merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pre-commit changes look fine.
Thanks !
Did you read the Contributor Guide?
Is this PR related to a ticket?
[DOCS] my subject
What changes were proposed in this PR?
How was this patch tested?
Did this PR include necessary documentation updates?
NA