Skip to content

Commit af87c7e

Browse files
committed
docs: Cleanup docs
1 parent 659760a commit af87c7e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<h1 align="center">React ChatBotify Gallery Website</h1>
44
</p>
55

6-
// todo: add status badges once github actions is setup
6+
<p align="center">
7+
<a href="https://github.com/tjtanjin/react-chatbotify-gallery-website/actions/workflows/lint.yaml"> <img src="https://github.com/tjtanjin/react-chatbotify-gallery-website/actions/workflows/lint.yaml/badge.svg" /> </a>
8+
</p>
79

810
## Table of Contents
911
* [Introduction](#introduction)
@@ -18,10 +20,6 @@
1820

1921
### Introduction
2022

21-
<p align="center">
22-
<img height="400px" src="https://miro.medium.com/v2/resize:fit:720/format:webp/1*0tUeuAp1gYoCXUPDWOn4jg.png" />
23-
</p>
24-
2523
The React ChatBotify Gallery is a new project introduced alongside [**v2 of React ChatBotify**](https://medium.com/@tjtanjin/react-chatbotify-v2-beta-release-whats-changed-what-s-new-and-what-s-next-6aec9e049a98). The purpose of the gallery website is to provide developers with a central place for browsing, rating and sharing both themes and plugins. The website comes with an interactive theme preview feature, which allows developers to try out and visualise how the various themes look like. As an added bonus, the website also comes with a theme builder, which allows developers to directly craft and share themes by uploading them on the website.
2624

2725
Note that this repository contains the code for frontend portion of the gallery project. The backend code for the gallery project is separately maintained [here](https://github.com/tjtanjin/react-chatbotify-gallery-api).

docs/DeveloperGuide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ This page is not confirmed, it might be possible to integrate this into the them
118118
119119
This page is not confirmed, it might be possible to integrate this into the plugins page (although to upload, the user must be logged in).
120120
121-
### OAuth Login
122-
123121
## Implementation
124122
125123
The project is still in early stages and there aren't significant implementations to note. Theme builder will definitely become an important implementation to document when the time comes, but work has not commenced for it. Perhaps, it would be interesting to cover OAuth integration but this also requires some of the backend documentation to be completed. This section will be revisited in due time.

0 commit comments

Comments
 (0)