Skip to content

Commit

Permalink
Add Confluence Context Server extension (#1916)
Browse files Browse the repository at this point in the history
An extension that integrates Confluence pages into the Assistant Panel,
enabling users to add their content as context. I believe this could be
useful for teams that rely on Confluence for comprehensive
documentation.

Signed-off-by: mouhamadalmounayar <muhammad.mnayar@gmail.com>
Co-authored-by: Marshall Bowers <git@maxdeviant.com>
  • Loading branch information
mouhamadalmounayar and maxdeviant authored Jan 30, 2025
1 parent 7c0ff8a commit c6ecc68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@
path = extensions/colorizer
url = https://github.com/tamimhasandev/colorizer.git

[submodule "extensions/confluence-context-server"]
path = extensions/confluence-context-server
url = https://github.com/mouhamadalmounayar/confluence-context-server

[submodule "extensions/conl"]
path = extensions/conl
url = https://github.com/ConradIrwin/zed-extension-conl
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ version = "0.0.5"
submodule = "extensions/colorizer"
version = "0.0.4"

[confluence-context-server]
submodule = "extensions/confluence-context-server"
version = "1.0.0"

[conl]
submodule = "extensions/conl"
version = "1.0.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/confluence-context-server

0 comments on commit c6ecc68

Please sign in to comment.