Commit Graph

90 Commits

Author SHA1 Message Date
pngwn
87dcdd7134
pin to pnpm 6 for now (#1147) 2022-05-02 12:27:26 +01:00
Ali Abdalla
391edc4350
ONNX guide fixes (#1131)
* contribution rendering

* fix links

* fix links
2022-04-29 05:32:13 +02:00
Ali Abdalla
babf914107
Fix demos in website (#1130)
* iframing spaces demos

* fix demos in getting started
2022-04-29 03:53:25 +02:00
Ali Abdalla
cee698bd43
Website Reload: README in demos docker (#1100)
* copy README to docker

* remove print statement

* copy README to demos docker
2022-04-27 06:35:49 +02:00
Ali Abdalla
f088679e2a
Website Reload Error (#1099)
* copy README to docker

* remove print statement
2022-04-27 06:02:11 +02:00
Ali Abdalla
e77a6a71db
converting to static docs (#1079) 2022-04-25 21:19:24 +02:00
Ali Abdalla
e86739bd50
upgrading node memory to 4gb (#1069) 2022-04-22 17:40:59 +02:00
Ali Abdalla
84cdcf3647
fixing demo issue with website (#1047) 2022-04-21 02:06:51 +02:00
Ali Abdalla
d7b8b03267
fixing env var (#1043) 2022-04-20 20:04:30 +02:00
Ali Abdalla
db481311a6
errors in a thread, new chatmessage api (#1037) 2022-04-20 10:14:48 +02:00
aliabd
d443194335 table styling 2022-03-22 03:32:25 +02:00
aliabd
c401c72720 adding tables to markdown2 html rendering 2022-03-22 03:31:45 +02:00
aliabd
a1cea8eefa changes to markdown guide 2022-03-22 03:31:23 +02:00
aliabd
1a7b50eca1 add api docs guide 2022-03-15 20:04:00 +02:00
aliabd
8c7331cab5 add markdown guide 2022-03-15 19:16:31 +02:00
Ali Abdalla
5a1e20a657 fix search bug in guides (#809)
Former-commit-id: c95ca81cb7
2022-03-11 18:24:35 +02:00
Ali Abdalla
c484847adf Website Tracker Slackbot (#797)
* added commands to reload script

* catch errors with git pull

* read new webhook from os variable

* correcting bash

* bash fixes

* formatting

* more robust error checking

* only sends success if git changes

* catching error from script

* escaping error text to send with curl

* correct text escaping for error message

Former-commit-id: c95f88075b
2022-03-11 15:15:24 +02:00
aliabid94
0695561925 fix audio output cache (#804)
* fix audio output cache

* changes

* version update

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Former-commit-id: fab4a311b0
2022-03-10 10:28:02 -08:00
Ali Abdalla
ccaf5e1f04
add getting started to guides_main (#794) 2022-03-09 03:48:35 +02:00
Ali Abdalla
8179770210
removed duplicate list marker (#793) 2022-03-09 00:39:57 +02:00
Ali Abdalla
972080a681
Guides stylistic changes (#792)
* moved related_spaces positioning

* ordered lists styling
2022-03-09 00:05:29 +02:00
Ali Abdalla
8e635c082a
fixed twitter image tag (#763) 2022-03-02 17:19:12 +04:00
Ali Abdalla
cc42af8264
removed duplicate related_spaces and tags (#649) 2022-02-17 16:10:51 +04:00
aliabid94
2734bd782e
python format fix [hotfix] (#615)
* format fix

* fix image tests

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-14 21:03:51 -08:00
aliabid94
df325d6a37
fix assets link on gradio homepage (#614)
Co-authored-by: Ali <ali.abid@huggingface.co>
2022-02-14 20:25:30 -08:00
Abubakar Abid
0c3e2b7782 Merge branch 'master' into dawood/i18n 2022-02-14 21:58:29 -05:00
Ali Abdalla
ba8ec489e9
fixed mkdir in dockerfile (#612) 2022-02-15 06:27:30 +04:00
Ali Abdalla
957f3983b4
Small fixes (#611)
* correct discord link

* navbar link to /guides
2022-02-15 05:48:15 +04:00
Ali Abdalla
8733660adf
Fixing Website Reload (#610)
* fixed build issues, docker ignore issues

* exec command

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-15 05:35:08 +04:00
Ali Abdalla
60a5d85325
Anchor tags on all headers (#601)
* auto id for every header

* added anchor tag

* removing regex for ids

* switched to tailwind

* fixing bad merge
2022-02-15 04:57:42 +04:00
Ali Abdalla
01f52bbd38
Copy button on code blocks (#597)
* adding copy button

* fixed getting started; modified copy button code

* color change and click feedback

* overflow, overlay issue, click feedback

* changed flashing color to darker orange

* copy button only visible on hover

* switched to tailwind
2022-02-15 04:38:11 +04:00
dawoodkhan82
ba0c996a2f undo pretty format of website 2022-02-14 16:50:15 -05:00
dawoodkhan82
670da0f27e merge master 2022-02-14 16:20:56 -05:00
Ali Abdalla
e68c3188a1
Restoring Style on Guides (#595)
* restoring related spaces styling

* increased img width

* switched to tailwind
2022-02-12 03:56:44 +04:00
dawoodkhan82
2438b0bb90 more pretty formatting 2022-02-11 11:34:49 -05:00
Ömer Faruk Özdemir
c9298b3802
Merge pull request #574 from gradio-app/Format-The-Codebase
Format-The-Codebase
2022-02-10 11:18:52 +03:00
Abubakar Abid
90c28eae46
Guides fixes (#565)
* fixed guides; added contributing guidelines

* updated guide contributing

* fixed flagging guide

* updated organization of readme files

* fixed and brought back readme_template

Co-authored-by: aliabd <ali.si3luwa@gmail.com>
2022-02-09 20:33:16 +04:00
Ömer Faruk Özdemir
87d7fbee61 Format-The-Codebase
- format the codebase
- add format checkers to circleci
2022-02-09 10:40:05 +03:00
Abubakar Abid
67d8328fd4
Merge branch 'master' into upgrade-black 2022-02-08 17:37:16 -05:00
aliabid94
2ad48751d7
website fixes (#561)
Co-authored-by: Ali <ali.abid@huggingface.co>
2022-02-08 11:58:41 -08:00
aliabid94
85dae55d2f
Fix website (#558)
* website_fixes

* fix iframe comment issue

Co-authored-by: Ali <ali.abid@huggingface.co>
2022-02-08 11:32:52 -08:00
Lysandre
5522fa4d6a Upgrade black to version ~=22.0 2022-02-08 13:56:13 -05:00
aliabd
e0795cf0a7 creting guides dir and correcting html 2022-02-08 01:37:48 +04:00
aliabd
9f1f8503b4 changing href in navbar 2022-02-08 01:28:58 +04:00
aliabd
dba4172474 generating with dir and index 2022-02-08 01:24:33 +04:00
Abubakar Abid
4bee781da4
Guides Section and Redesign Parts of the Website (#490)
* added emojis to navbar; added guides main page

* Added guides list

* chatbot tutorial

* chatbot tutorial almost complete

* embedding chatbot

* fixed html rendering inside pre tags issue

* finished guide

* basic search

* search guides content

* design changes

* reading author and date

* sketchpad tutorial

* font change

* added version badge and spaces links

* sketch app

* auto meta images, removed date and author

* removed empty guides

* navbar separate; updated readme

* added navbar; fixed guide

* added flagging guide

* added related spaces to flagging guide

* added tags, small fixes

* footer design

Co-authored-by: Abubakar Abid <aaabid93@gmail.com>
Co-authored-by: Abubakar Abid <a12d@stanford.edu>
Co-authored-by: aliabd <ali.si3luwa@gmail.com>
2022-02-05 01:42:49 +04:00
aliabid94
cb02501708
Website svelte migration (#527)
Merge in svelte migration for website

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-03 16:29:58 -08:00
Ömer Faruk Özdemir
cc0cff893f Format The Codebase
- black formatting
- isort formatting
2022-01-21 16:44:12 +03:00
Abubakar Abid
aebbf50e75
Update README.md 2022-01-19 15:37:30 -06:00
Abubakar Abid
a39390eb24 modifying navbar 2022-01-18 15:39:55 -06:00