Skip to content

Commit b869960

Browse files
committed
UD - Minor Changes
1 parent 82e2f69 commit b869960

File tree

9 files changed

+30
-35
lines changed

9 files changed

+30
-35
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
sidebar_label: App Platform by DO
3-
description: App Platform by Digital Ocean Index
2+
sidebar_label : Digital Ocean
43
---
54

65
# App Platform DO
@@ -9,8 +8,6 @@ import DocCardList from "@theme/DocCardList";
98
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
109
import SubHeading from "@site/src/components/SubHeading";
1110

12-
<SubHeading color="#25c2a0">App Platform by Digital Ocean Index</SubHeading>
13-
14-
@Todo
11+
<SubHeading>App Platform by Digital Ocean Index</SubHeading>
1512

1613
<DocCardList />

docs/deployment/aws/README.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2-
sidebar_label: AWS - Amazon Services
3-
description: AWS Platform Index
2+
sidebar_label : AWS
43
---
54

6-
# AWS - Amazon Services
5+
# AWS (Amazon Web Services)
76

87
import DocCardList from "@theme/DocCardList";
98
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
109
import SubHeading from "@site/src/components/SubHeading";
11-
<SubHeading color="#25c2a0">AWS Platform Index</SubHeading>;
1210

13-
@Todo
11+
<SubHeading>AWS (Amazon Web Services) Index</SubHeading>
1412

1513
<DocCardList />

docs/deployment/azure/README.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Azure Platform Index
2+
sidebar_label : Azure
33
---
44

55
# Azure
@@ -8,8 +8,6 @@ import DocCardList from "@theme/DocCardList";
88
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
99
import SubHeading from "@site/src/components/SubHeading";
1010

11-
<SubHeading color="#25c2a0">Google Cloud Platform Index</SubHeading>
12-
13-
@Todo
11+
<SubHeading>Azure service by Microsoft Index</SubHeading>
1412

1513
<DocCardList />

docs/deployment/gcp/README.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Google Cloud Platform Index
2+
sidebar_label : GCP
33
---
44

55
# Google Cloud Platform
@@ -8,8 +8,6 @@ import DocCardList from "@theme/DocCardList";
88
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
99
import SubHeading from "@site/src/components/SubHeading";
1010

11-
<SubHeading color="#25c2a0">Google Cloud Platform Index</SubHeading>
12-
13-
@Todo
11+
<SubHeading color="#25c2a0">Google Cloud Platform (GCP) Index</SubHeading>
1412

1513
<DocCardList />

docs/deployment/heroku/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title : HEROKU Deployment Platform
3-
sidebar_label: HEROKU Platform
3+
sidebar_label: HEROKU
44
---
55

66
# HEROKU Platform

docs/deployment/render/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title : Render Deployment Platform
3-
sidebar_label: Render Platform
3+
sidebar_label: Render
44
---
55

66
# Render Platform

docs/products/eleventy-11ty/soft-ui-design.mdx

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ including a `Blog System` that uses [Prismic CMS](https://prismic.io/) for conte
1616

1717
<br />
1818

19-
> **Features**
19+
## **Features**
2020

2121
- ✅ UI: [Soft UI Design System](https://www.creative-tim.com/product/material-kit-pro-bs4?AFFILIATE=128200) crafted by **Creative-Tim**
2222
-**Prismic CMS** for blog posts
@@ -29,13 +29,13 @@ including a `Blog System` that uses [Prismic CMS](https://prismic.io/) for conte
2929

3030
<br />
3131

32-
### Quick Start
32+
## Quick Start
3333

3434
This project uses includes a Blog system that uses Prismic CMS. You'll need a free [prismic.io](http://prismic.io/) account.
3535

3636
<br />
3737

38-
### Setup Prismic CMS
38+
## Setup Prismic CMS
3939

4040
- In your Prismic account, create a new repository.
4141
- In your repository, create a repeatable custom type called Blog Posts with API ID "blogposts".
@@ -95,7 +95,7 @@ This project uses includes a Blog system that uses Prismic CMS. You'll need a fr
9595

9696
<br />
9797

98-
### Local Development
98+
## Local Development
9999

100100
- After setting up `Prismic CMS`, Generate a new repo from this repository template which will copy this project into your own new repo.
101101
- Open the terminal, Clone your new repository with `git clone <https://github.com/YOUR_REPO`>,
@@ -105,7 +105,7 @@ This project uses includes a Blog system that uses Prismic CMS. You'll need a fr
105105

106106
<br />
107107

108-
### Deploy to Netlify
108+
## Deploy to Netlify
109109

110110
- Upload the local repository you set up to Github.
111111
- Go to [Netlify](https://app.netlify.com/). Once you’ve logged in, click the 'New site from Git' button and choose the forked repository you just created.
@@ -120,7 +120,7 @@ This project uses includes a Blog system that uses Prismic CMS. You'll need a fr
120120

121121
<br />
122122

123-
### Set up a Netlify build hook and a Prismic webhook to trigger Netlify Build
123+
## ✅ SetUP Netlify build HOOK
124124

125125
We need to set up a webhook so that when you save a Prismic document, this triggers a Netlify build.
126126

@@ -134,7 +134,7 @@ We need to set up a webhook so that when you save a Prismic document, this trigg
134134

135135
<br />
136136

137-
### Codebase Structure
137+
## Codebase Structure
138138

139139
```
140140
eleventy-soft-ui-design
@@ -173,7 +173,7 @@ eleventy-soft-ui-design
173173

174174
<br />
175175

176-
### Customization
176+
## Customization
177177

178178
> **CSS**
179179
@@ -191,7 +191,9 @@ You can update the global data like title, meta description of the site at `src/
191191

192192
<br />
193193

194-
## Resources
194+
## Resources
195195

196-
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
197-
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts
196+
- 👉 Access [AppSeed](https://appseed.us/) and start fast your next project
197+
- 👉 [Deploy Projects on Aws, Azure and Digital Ocean](https://www.docs.deploypro.dev/) via **DeployPRO**
198+
- 👉 Create an amazing landing page with [Simpllo, an open-source site builder](https://www.simpllo.com/)
199+
- 👉 [Django App Generator](https://app-generator.dev/django/) - A 2nd generation App Builder

docs/technologies/django/01-getting-started.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title : Getting Started with Django
3-
sidebar_label : Getting Started
2+
sidebar_position : 0
3+
title : Getting Started with Django
4+
sidebar_label : Getting Started
45
---
56

67
# Getting Started with Django

docs/technologies/django/01-releases.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title : Django Releases
3-
sidebar_label : Releases
2+
sidebar_position : 0
3+
title : Django Releases
4+
sidebar_label : Releases
45
---
56

67
# Django Releases

0 commit comments

Comments
 (0)