Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added document section with required Links #143

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Anitab-Forms is an application that simplifies the processing and selection proc

Documentation for the project is hosted [here](https://osp-web-docs.surge.sh/). We use `Docusaurus` for maintaining the documentation of the project.

### Few Useful Links:

1. [anitab-forms wiki](https://github.com/anitab-org/anitab-forms-web/wiki): Wiki page
2. [Open Sessions](https://meet.google.com/eqb-nuut-kqm): Link to join weekly meetings for anitab-forms.
3. [GSoC youtube video link](https://youtu.be/3A746GppZ0Y): Final video demo of anitab-forms developed during GSoC 2020
4. [Setting up the project youtube video link](https://youtu.be/_b2RQGbYN9w): Here is the youtube video link for setting up the project for development purposes.
5. [Question in Zulip chats link](https://anitab-org.zulipchat.com/#narrow/stream/223070-questions): In this zulip channel, all the Q&A happens related to anitab-org opensource.
6. [Announcement in Zulip chats](https://anitab-org.zulipchat.com/#narrow/stream/213491-announcements): In this stream, all the important decisions are announced by admins related to anitab-org opensource.

## Setup

- To setup the project locally go through [this wiki page](https://github.com/anitab-org/anitab-forms-web/wiki/Fork,-Clone,-Remote-and-Pull-Request).
Expand Down
6 changes: 2 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ module.exports = {
items: [
{
label: 'Backend Docs',
href:
'https://github.com/anitab-org/anitab-forms-backend/wiki',
href: 'https://github.com/anitab-org/anitab-forms-backend/wiki',
},
],
},
Expand Down Expand Up @@ -85,8 +84,7 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/anitab-org/anitab-forms-web/docs',
editUrl: 'https://github.com/anitab-org/anitab-forms-web/docs',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down
Loading