mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 04:30:11 +01:00
(feat): add github button (#1989)
Some checks are pending
publish docs / publish-docs (push) Waiting to run
release-please / release-please (push) Waiting to run
tests / setup (push) Waiting to run
tests / ${{ matrix.quality-command }} (black) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (mypy) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (ruff) (push) Blocked by required conditions
tests / test (push) Blocked by required conditions
tests / all_checks_passed (push) Blocked by required conditions
Some checks are pending
publish docs / publish-docs (push) Waiting to run
release-please / release-please (push) Waiting to run
tests / setup (push) Waiting to run
tests / ${{ matrix.quality-command }} (black) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (mypy) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (ruff) (push) Blocked by required conditions
tests / test (push) Blocked by required conditions
tests / all_checks_passed (push) Blocked by required conditions
Co-authored-by: chdeskur <chdeskur@gmail.com>
This commit is contained in:
parent
dde02245bc
commit
187bc9320e
2 changed files with 3 additions and 4 deletions
|
|
@ -92,12 +92,11 @@ navigation:
|
|||
# Definition of the navbar, will be displayed in the top right corner.
|
||||
# `type:primary` is always displayed at the most right side of the navbar
|
||||
navbar-links:
|
||||
- type: secondary
|
||||
text: GitHub
|
||||
url: "https://github.com/imartinez/privateGPT"
|
||||
- type: secondary
|
||||
text: Contact us
|
||||
url: "mailto:hello@zylon.ai"
|
||||
- type: github
|
||||
value: "https://github.com/imartinez/privateGPT"
|
||||
- type: primary
|
||||
text: Join the Discord
|
||||
url: https://discord.com/invite/bK6mRVpErU
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"organization": "privategpt",
|
||||
"version": "0.19.10"
|
||||
"version": "0.31.17"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue