You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Final generated file contents (first 50 lines):"
262
+
head -50 "src/app/docs/kagent/resources/helm/page.mdx"
173
263
174
264
- name: Create Pull Request
175
265
uses: peter-evans/create-pull-request@v6
@@ -182,7 +272,7 @@ jobs:
182
272
body: |
183
273
Automated API and kagent Helm chart documentation update based on the latest commit [`${{ env.KAGENT_COMMIT }}`](https://github.com/${{ github.repository_owner }}/kagent/commit/${{ env.KAGENT_COMMIT }}) to `main` in the **kagent** repository.
184
274
185
-
This PR was automatically generated by the [**Update Reference documentation** workflow](https://github.com/kagent-dev/website/actions/workflows/update-ref-docs.yaml).
275
+
This PR was automatically generated by the [**Update Reference documentation** workflow](https://github.com/${{ github.repository_owner }}/website/actions/workflows/update-ref-docs.yaml).
Copy file name to clipboardExpand all lines: CONTRIBUTION.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Thank you for your interest in contributing to Kagent! This document provides gu
9
9
-[Style Guide](#style-guide)
10
10
-[Documentation](#documentation)
11
11
-[Testing](#testing)
12
+
-[Contributing Blog Posts](#contributing-blog-posts)
12
13
-[Community](#community)
13
14
-[License](#license)
14
15
-[Questions and Help](#questions-and-help)
@@ -74,7 +75,18 @@ By participating in this project, you agree to abide by our [Code of Conduct](CO
74
75
75
76
7. Once approved, a maintainer will merge your PR
76
77
77
-
## Adding a new blog post
78
+
## Contributing Blog Posts
79
+
80
+
The kagent website includes a blog section where we post about kagent. If you'd like to submit a blog post to [kagent.dev](https://kagent.dev), make sure your article meets the guidelines below. If you have any questions or you'd like to discuss your ideas, please send us a meessage on our [Discord server](https://bit.ly/kagentdiscord).
81
+
82
+
### Blog post guidelines
83
+
84
+
- Posts should be about the kagent project and valuable to our community
85
+
- Posts should focus on the open source kagent project and not vendor specific projects or products
86
+
- Any submitted blog posts must be original content and not a copy of existing blog posts
87
+
88
+
### Writing a new blog post on kagent
89
+
78
90
1. Create your blog post in `src/blogContent` folder. You can copy an existing blog post and modify it.
79
91
2. Make sure you add the following metadata at the top of your blog post - update the title, published date, description, author, and authorIds accordingly.
80
92
@@ -112,6 +124,10 @@ If you need to add a new author, you can do that in the [authors.ts file](https:
112
124
113
125
4. All images can be added to the public/images folder.
114
126
127
+
### Adding an existing blog post
128
+
129
+
To add an existing blog post, you can add a new entry into the `external-blog-posts.yaml` file. Same guidelines as above apply.
0 commit comments