Skip to content

Commit

Permalink
docs: fix documentation order
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Oct 12, 2023
1 parent fa1dfdc commit 8d4375f
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default {
documentRootPath: 'src',
collapsed: false,
useTitleFromFileHeading: true,
useTitleFromFrontmatter: true,
sortMenusByFrontmatterOrder: true,
manualSortFileNameByPriority: [
'Installation and Build',
'Project Structures',
Expand Down
4 changes: 4 additions & 0 deletions docs/src/Installation and Build/automated-testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
order: 4
---

# Automated Testing

**Vutron** includes automated testing. The testing framework uses Microsoft's **[Playwright](https://playwright.dev)**.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/Installation and Build/build-configuration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
order: 2
---

# Build Configurations

Once the module installation is complete, you can simply build the platform package with the command below.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/Installation and Build/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
order: 1
---

# Getting Started

## Clone project
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
order: 5
---

# Manage Local Documentation

Documents from `Vutron` can be viewed in the local environment through the `VitePress` viewer.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/Installation and Build/npm-scripts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: NPM Scripts
order: 3
---

# Npm Scripts

> $ npm run %SCRIPT_NAME%
Expand Down
4 changes: 4 additions & 0 deletions docs/src/Project Structures/pre-configured-components.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
order: 2
---

# Pre-configured Components

## Web app frameworks
Expand Down
4 changes: 4 additions & 0 deletions docs/src/Project Structures/project-structure.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
order: 1
---

# Project Structure

```
Expand Down

0 comments on commit 8d4375f

Please sign in to comment.