-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Initial Gate API * add gitignore * wip: initial docs * internal: use local buf code gen * feat: add rpc ListServers * docs: typescript runtimes * docs: remove wrong sample * api false by default * fix cmd * docs: different install clis * docs improve * docs(api): add Go * docs(api): add java * docs(api): add kotllin * docs(api): add python * docs(api): add rust * docs enhancements * refine docs overall and add install scripts * fix docs * doc add install commands to readme * feat: Gate API - Addition/Removal/Updating of Servers (#427) * feat: Addition/Removal of servers * feat: updateservers instead of add/remove you can now update servers in bulk * feat: remove servers using only name or address can remove servers now using name or address or by having both * feat: updateplayer func to kick/send player can send/kick player(s) now using the same type of operation method like servers, you can provide reason for kicking. * refactor: favour idiomatic api --------- Co-authored-by: robinbraemer <[email protected]> * enhance proto * buf generate * docs: simplify What the Installation Scripts Do * docs: add proto definition * docs: add generated definition * web: add landing page content * background alternating * fix(ui): mobile responsiveness * fix icons on mobile * rename * refactor: fix mess up inner sections --------- Co-authored-by: Dylan <[email protected]>
- Loading branch information
1 parent
aa7023b
commit e960e6b
Showing
83 changed files
with
8,127 additions
and
412 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
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
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,2 +1,3 @@ | ||
|
||
.idea | ||
.yarn | ||
/.web/docs/.vitepress/cache |
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,2 +1,5 @@ | ||
/docs/.vitepress/dist/ | ||
/docs/.vitepress/cache | ||
/node_modules/ | ||
.pnp.* | ||
.yarn |
Oops, something went wrong.