Skip to content

Commit

Permalink
New APIs (not fully complete yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jul 7, 2024
1 parent 242a7d3 commit be9cd7c
Show file tree
Hide file tree
Showing 10 changed files with 408 additions and 80 deletions.
479 changes: 401 additions & 78 deletions server/docs/2.5/README.md

Large diffs are not rendered by default.

Binary file removed server/docs/2.5/data/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions server/docs/2.5/data/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified server/docs/2.5/data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions server/docs/2.5/data/webui_120.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed server/docs/2.5/data/webui_240_shadow.png
Binary file not shown.
4 changes: 2 additions & 2 deletions server/docs/2.5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<meta property="twitter:image" content="https://raw.githubusercontent.com/webui-dev/webui/main/screenshot.png">
<meta itemprop="name" content="WebUI">
<meta itemprop="description" content="Use any web browser as GUI">
<meta itemprop="image" content="data/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<link rel="icon" href="data/favicon.ico">
<meta itemprop="image" content="data/favicon.svg">
<link rel="icon" href="data/favicon.svg">
</head>
<body>
<div id="app"></div>
Expand Down
Binary file removed server/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions server/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<meta name="keywords" content="ui, gui, webui, browser">
<meta name="author" content="Hassan Draga">
<link href="./style.css" rel="stylesheet">
<meta itemprop="image" content="favicon.svg">
<link rel="icon" href="favicon.svg">
</head>
<body class="leading-normal tracking-normal text-white gradient">
<!--Nav-->
Expand Down

0 comments on commit be9cd7c

Please sign in to comment.