-
Notifications
You must be signed in to change notification settings - Fork 81
Feature: Add a blogs page to the OPEA io docs site #309
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @mkbhanda , |
OPEA_TEAM1 Currently working on this issue |
No scraping required. Let blog authors submit a PR by editing blogs.md. The file itself should contain a table with entries in reverse chronological order. I was thinking of something like below. OPEA Blogs Come learn, try, develop, and share your stories!
|02/26/2025|https://www.intel.com/content/www/us/en/developer/articles/technical/multimodal-q-and-a-step-by-step-guide.html|Melanie Hart Buehler, Mustafa Cetin, Dina Suehiro Jones| |
You will have to research how to publish, you should be able to build and publish in your development setup https://github.com/opea-project/docs/blob/main/scripts/publish-README.md Plus will need to add a link to the blogs file (follow best practice -- relative file or absolute path?) Line 33 in 986eb26
|
@mkbhanda and Jianyu, |
I so appreciate two teams jumping on this issue but I am SAD that @NeoZhangJianyu either did not see that the issue was assigned to @pranavgupta1112 and team or if he took on the work earlier then not assigning it to himself. This avoids situations like this of duplicated work. |
Agreed. |
Blogs Page Added |
@mkbhanda @pranavgupta1112 thank you a lot for the contribution! |
We have a collection of OPEA blogs spanning how to create a custom ChatQnA application, use a DeekSeek model, achieve multi-model input QnA. It would be nice to list them on the OPEA io docs web site, serving links to these articles. In so doing it adds another way to find these blogs, keeping things all together.
We need to define a location in the docs repo to submit PRs to accept new blog links and automated tooling to publish these to the OPEA io docs site.
The text was updated successfully, but these errors were encountered: