Skip to content

Commit

Permalink
docs(base): improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dockfries committed Feb 6, 2024
1 parent d16a64e commit b9172b9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ function nav(): DefaultTheme.NavItem[] {
text: "RakNet",
link: "https://github.com/katursis/Pawn.RakNet",
},
{
text: "MapAndreas",
link: "https://github.com/philip1337/samp-plugin-mapandreas",
},
{
text: "ColAndreas",
link: "https://github.com/Pottus/ColAndreas",
},
],
},
];
Expand Down
8 changes: 8 additions & 0 deletions docs/.vitepress/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ function nav(): DefaultTheme.NavItem[] {
text: "RakNet",
link: "https://github.com/katursis/Pawn.RakNet",
},
{
text: "MapAndreas",
link: "https://github.com/philip1337/samp-plugin-mapandreas",
},
{
text: "ColAndreas",
link: "https://github.com/Pottus/ColAndreas",
},
],
},
];
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: home

hero:
name: "Infernus"
tagline: A NodeJS library for scripting Open Multiplayer scripts
tagline: NodeJS library for scripting Open Multiplayer scripts
actions:
- theme: brand
text: Get Started
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Several limitations significantly impact the development experience. **It is rec
**Overall, the ecosystem is currently unstable due to various factors.**
:::

### Pawn Ecosystem
### Samp Node Ecosystem

Existing libraries developed in `Pawn`, such as `fcnpc`, `colandreas`, `nexac`, and other well-known libraries, may present two situations if your project depends on them: **no longer maintained or incompatible**.
Existing libraries developed in `Pawn`, such as `fcnpc`, `colandreas`, `nexac`, and other well-known libraries, may present two situations if your project depends on them: **nobody maintenance or incompatible**.

Since `samp-node` plugin development is based on `samp` and not `omp`, certain plugin ecosystems are not compatible. For example, accessing certain plugins' native functions, such as `raknet`, is not possible.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
**总的来说目前生态并不稳定,这是多方面因素导致的。**
:::

### Pawn 生态
### Samp Node 生态

原有的以 `pawn` 开发的库,比如 `fcnpc``colandreas``nexac` 等等著名的库,如果您的项目必须依赖这些,那么目前而言会出现两种情况:无人开发或是不兼容。

Expand Down

0 comments on commit b9172b9

Please sign in to comment.