Skip to content
Merged
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
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Documentation
# Codeuino Docs

## Donut Backend
{% page-ref page="donut-docs-1/donut-docs/" %}

{% page-ref page="donut-backend/donut-backend-table-of-contents/" %}



## Donut Frontend

{% page-ref page="donut-frontend/donut-frontend-table-of-contents.md" %}

32 changes: 14 additions & 18 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Table of contents

* [Documentation](README.md)

## Donut Backend

* [Table of Contents](donut-backend/donut-backend-table-of-contents/README.md)
* [About](donut-backend/donut-backend-table-of-contents/about.md)
* [Installation](donut-backend/donut-backend-table-of-contents/installation.md)
* [Client-Side](donut-backend/donut-backend-table-of-contents/client-side.md)
* [Server Side](donut-backend/donut-backend-table-of-contents/server-side.md)
* [Contributors Guide](donut-backend/donut-backend-table-of-contents/contributors.md)

## Donut Frontend

* [Table of Contents](donut-frontend/donut-frontend-table-of-contents.md)

## Donut Deign Guidelines

* [Table of Contents](donut-deign-guidelines/design-table-of-contents.md)
* [Codeuino Docs](README.md)

## Donut Docs <a id="donut-docs-1"></a>

* [Donut Documentation](donut-docs-1/donut-docs/README.md)
* [Donut Frontend](donut-docs-1/donut-docs/donut-frontend.md)
* [Donut Backend](donut-docs-1/donut-docs/donut-backend/README.md)
* [About](donut-docs-1/donut-docs/donut-backend/about.md)
* [Installation](donut-docs-1/donut-docs/donut-backend/installation.md)
* [Client-Side](donut-docs-1/donut-docs/donut-backend/client-side.md)
* [Server Side](donut-docs-1/donut-docs/donut-backend/server-side.md)
* [Contributors Guide](donut-docs-1/donut-docs/donut-backend/contributors.md)
* [Table of Contents](donut-docs-1/donut-docs/donut-backend/donut-backend-table-of-contents.md)
* [Donut Design Guidelines](donut-docs-1/donut-docs/donut-deign-guidelines.md)

6 changes: 0 additions & 6 deletions donut-deign-guidelines/design-table-of-contents.md

This file was deleted.

16 changes: 16 additions & 0 deletions donut-docs/donut-docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Donut Documentation

Donut Backend

{% page-ref page="donut-backend/donut-backend-table-of-contents.md" %}

## Donut Frontend

{% page-ref page="donut-frontend.md" %}

## Donut Design Guidelines

{% page-ref page="donut-deign-guidelines.md" %}



18 changes: 18 additions & 0 deletions donut-docs/donut-docs/donut-backend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Donut Backend

[Donut backend repository link](https://github.com/codeuino/social-platform-donut-backend/)

## Table of Contents

{% page-ref page="about.md" %}

{% page-ref page="installation.md" %}

{% page-ref page="client-side.md" %}

{% page-ref page="server-side.md" %}

{% page-ref page="contributors.md" %}



Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Settings

**Please refer before contributing:**

* * *
## Modules <a id="modules"></a>

### Navigation Bar <a id="navigation-bar"></a>
Expand Down Expand Up @@ -83,7 +82,6 @@ The signup procedure consist of two steps, first step user has to input email an

```text
this.addSignupData({ email: this.email, password: this.password, name: this.name })

```

**Screenshots**
Expand Down Expand Up @@ -160,7 +158,6 @@ The module's purpose is to make application low light compatible by changing col

```text
:class="$store.state.darkMode ? 'bg-dark' : '' "

```

Don't add same class name for dark mode in parent and child components as parent style properties will overwrite it.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributors Guide

[Donut]()[Donut]()[Donut]()[Donut]()
[Donut](contributors.md)[Donut](contributors.md)[Donut](contributors.md)[Donut](contributors.md)

[Introduction]()
[Introduction](contributors.md)

[Installation](installation.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: This contains docs related to donut backend repo.

# Table of Contents

#### [Donut backend repository link](https://github.com/codeuino/social-platform-donut-backend/)
## [Donut backend repository link](https://github.com/codeuino/social-platform-donut-backend/)

{% page-ref page="about.md" %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The client side is a single page application which works on [vue cli](https://cl

### Installing dependencies <a id="installing-dependencies"></a>

If you find any issues on installation, you need to update npm on your machine.
If you find any issues on installation, you need to update npm on your machine.

Make sure you have mongodb installed in your system.

Expand All @@ -27,7 +27,7 @@ Then you can deployed the build on http server, for complete guidance visit [htt

### Installing dependencies <a id="installing-dependencies-1"></a>

If you find any issues on installation, you need to update npm on your machine.
If you find any issues on installation, you need to update npm on your machine.

### Starting the server <a id="starting-the-server-1"></a>

Expand Down
2 changes: 2 additions & 0 deletions donut-docs/donut-docs/donut-deign-guidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Donut Design Guidelines

4 changes: 4 additions & 0 deletions donut-docs/donut-docs/donut-frontend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Donut Frontend

## [Donut backend repository link](https://github.com/codeuino/Social-Platform-Donut)

8 changes: 0 additions & 8 deletions donut-frontend/donut-frontend-table-of-contents.md

This file was deleted.