Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
added documents skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Apr 29, 2018
1 parent dae4f73 commit f6e938d
Show file tree
Hide file tree
Showing 16 changed files with 649 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# About

gREST is designed and developed by: **Mostafa Moradian**

Email: [mostafamoradian0@gmail.com](mailto:mostafamoradian0@gmail.com)

GitHub Profile: [https://github.com/mostafa](https://github.com/mostafa)
1 change: 1 addition & 0 deletions docs/application.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# gREST Application Structure
1 change: 1 addition & 0 deletions docs/authentication_authorization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Authentication & Authorization
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Configuration
1 change: 1 addition & 0 deletions docs/custom_endpoints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Custom Endpoints
1 change: 1 addition & 0 deletions docs/deployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Deployment
Binary file added docs/img/favicon.ico
Binary file not shown.
Binary file added docs/img/gREST-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Welcome to MkDocs

For full documentation visit [mkdocs.org](http://mkdocs.org).

## Commands

* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.

## Project layout

mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
595 changes: 595 additions & 0 deletions docs/license.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Logging
1 change: 1 addition & 0 deletions docs/models.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Models
1 change: 1 addition & 0 deletions docs/routes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Routes
1 change: 1 addition & 0 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Tutorial
1 change: 1 addition & 0 deletions docs/views.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Views
20 changes: 20 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
site_name: gREST
pages:
- Home: index.md
- Tutorial: tutorial.md
- Application: application.md
- Configuration: configuration.md
- Authentication & Authorization: authentication_authorization.md
- Views: views.md
- Routes: routes.md
- Models: models.md
- Custom Endpoints: custom_endpoints.md
- Deployment: deployment.md
- License: license.md
- About: about.md
theme:
name: material
palette:
primary: 'Blue Grey'
accent: 'Amber'
logo: 'img/gREST-logo.png'

0 comments on commit f6e938d

Please sign in to comment.