Skip to content

Commit

Permalink
start.
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Dec 30, 2024
1 parent 8f89e5c commit b843c87
Show file tree
Hide file tree
Showing 34 changed files with 51 additions and 1,089 deletions.
12 changes: 0 additions & 12 deletions blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions blog/2019-05-29-long-blog-post.md

This file was deleted.

24 changes: 0 additions & 24 deletions blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
29 changes: 0 additions & 29 deletions blog/2021-08-26-welcome/index.md

This file was deleted.

12 changes: 12 additions & 0 deletions blog/2024-12-30-introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
slug: introduction
title: Website Introduction
authors: k
tags: []
---

## Announcement

We are thrilled to announce our new website https://docs.dezh.tech. this website will contain all dezh technologies projects documentations. Also, in blog section we post technical reports and guides.

We will mirror this post to nostr as well using lon-form content clients and [Dezh](https://njump.me/dezh.tech) main profile.
27 changes: 7 additions & 20 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png
k:
name: k.
title: Developer @ Dezh Technologies
url: https://kehiy.net
image_url: https://github.com/kehiy.png
page: true
socials:
x: yangshunz
github: yangshun
nostr: https://njump.me/kehiy.net
github: kehiy

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
page:
# customize the url of the author page at /blog/authors/<permalink>
permalink: '/all-sebastien-lorber-articles'
socials:
x: sebastienlorber
linkedin: sebastienlorber
github: slorber
newsletter: https://thisweekinreact.com
19 changes: 0 additions & 19 deletions blog/tags.yml
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
facebook:
label: Facebook
permalink: /facebook
description: Facebook tag description

hello:
label: Hello
permalink: /hello
description: Hello tag description

docusaurus:
label: Docusaurus
permalink: /docusaurus
description: Docusaurus tag description

hola:
label: Hola
permalink: /hola
description: Hola tag description
8 changes: 8 additions & 0 deletions docs/immortal/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Immortal",
"position": 2,
"link": {
"type": "generated-index",
"description": "The Immortal Relay documentations."
}
}
Empty file added docs/immortal/start.md
Empty file.
43 changes: 2 additions & 41 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,7 @@
sidebar_position: 1
---

# Tutorial Intro
# Documents Intro

Let's discover **Docusaurus in less than 5 minutes**.
This section contains all Dezh projects documentations which helps developers to get on-boarded with projects to develop them or use them self-hosted or as a service.

## Getting Started

Get started by **creating a new site**.

Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.

### What you'll need

- [Node.js](https://nodejs.org/en/download/) version 18.0 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.

## Generate a new site

Generate a new Docusaurus site using the **classic template**.

The classic template will automatically be added to your project after you run the command:

```bash
npm init docusaurus@latest my-website classic
```

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

The command also installs all necessary dependencies you need to run Docusaurus.

## Start your site

Run the development server:

```bash
cd my-website
npm run start
```

The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.

The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.

Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
8 changes: 0 additions & 8 deletions docs/tutorial-basics/_category_.json

This file was deleted.

23 changes: 0 additions & 23 deletions docs/tutorial-basics/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/tutorial-basics/create-a-blog-post.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/tutorial-basics/create-a-document.md

This file was deleted.

Loading

0 comments on commit b843c87

Please sign in to comment.