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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .env.sample

This file was deleted.

7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

63 changes: 0 additions & 63 deletions .eslintrc.js

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ node_modules
# Production
build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env
Expand All @@ -25,4 +21,3 @@ build
npm-debug.log*

.eslintcache
.stylelintcache
6 changes: 0 additions & 6 deletions .stylelintignore

This file was deleted.

11 changes: 0 additions & 11 deletions .stylelintrc.js

This file was deleted.

27 changes: 10 additions & 17 deletions DEV.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
This website is built using [Astro](https://astro.build/) with the [Starlight](https://starlight.astro.build/) documentation theme.

## i18n

- [Russian docs version](i18n/ru)
- [English docs version](i18n/en)
- [Uzbek docs version](i18n/uz)
- [Japanese docs version](i18n/ja)
Localization is managed via Starlight's built-in locale support. Locale content lives under `src/content/<locale>/docs/`.

Supported locales: English (root), Russian, Uzbek, Korean, Japanese, Vietnamese, Chinese.

## Installation

Expand All @@ -18,29 +17,23 @@ pnpm install
## Local Development

```bash
pnpm start # for default locale
pnpm start:ru # for RU locale
pnpm start:en # for EN locale
pnpm start:uz # for UZ locale
pnpm start:ja # for JA locale
pnpm dev
```

> About [docusaurus/i18n commands](https://docusaurus.io/docs/i18n/git#translate-the-files)

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

## Build

```console
```bash
pnpm build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Deployment
## Preview

```console
GIT_USER=<Your GitHub username> USE_SSH=true pnpm deploy
```bash
pnpm preview
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
Serves the built site locally for review before deployment.
47 changes: 0 additions & 47 deletions blog/2022-06-04-rebranding.md

This file was deleted.

39 changes: 0 additions & 39 deletions blog/2022-07-25-international-community.md

This file was deleted.

21 changes: 0 additions & 21 deletions config/docusaurus/consts.js

This file was deleted.

123 changes: 0 additions & 123 deletions config/docusaurus/extensions.js

This file was deleted.

Loading
Loading