-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "📚 Read Jina Docs" | ||
- name: " 📚 Read Jina Docs" | ||
url: https://docs.jina.ai/ | ||
about: Find your solution from our documenations | ||
- name: "🐣 Learn by Examples" | ||
- name: " 🐣 Learn by Examples" | ||
url: https://github.com/jina-ai/examples | ||
about: Learn from real-world examples | ||
- name: "🚏 Contributing Guideline" | ||
- name: " 🚏 Contributing Guideline" | ||
url: https://github.com/jina-ai/jina/blob/master/CONTRIBUTING.md | ||
about: Follow the guideline to make a good pull request | ||
- name: "🔎 Search on Existing Issues" | ||
url: https://github.com/jina-ai/jina/search?q=&type=Issues | ||
about: Someone else may already post this issue and got solved | ||
# - name: "🔎 Search on Existing Issues" | ||
# url: https://github.com/jina-ai/jina/search?q=&type=Issues | ||
# about: Someone else may already post this issue and got solved |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
FOLDING: false | ||
GITHUB_TOKEN: ${{ secrets.JINA_DEV_BOT }} | ||
TOC_TITLE: '' | ||
TARGET_PATHS: 'README.md, CHANGELOG.md, CONTRIBUTING.md' | ||
TARGET_PATHS: 'README.md,CHANGELOG.md,CONTRIBUTING.md' | ||
COMMIT_MESSAGE: 'chore(docs): update TOC' | ||
# - uses: peter-evans/[email protected] | ||
# env: | ||
|