forked from vrchatapi/vrchatapi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (48 loc) · 1.55 KB
/
_config.yml
File metadata and controls
51 lines (48 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
title: VRChat API Documentation
email: me@ruby.js.org
description: The VRChat API allows developers to build features that connect them to VRChat.
baseurl: ""
url: "https://vrchatapi.github.io"
markdown: kramdown
highlighter: rouge
# https://stackoverflow.com/a/17913214/2479087
tutorial-categories:
- id: general
name: General
# - id: node
# name: Node SDK
# - id: python
# name: Python SDK
# - id: java
# name: Java SDK
# - id: dart
# name: Dart SDK
# - id: rust
# name: Rust SDK
# - id: csharp
# name: C# SDK
sdks:
- id: node
name: Node
repo: vrchatapi-javascript
description: NodeJS is a JavaScript runtime allowing you to write JavaScript or TypeScript on the backend.
- id: python
name: Python
repo: vrchatapi-python
description: Python is an easy to learn scripting language for developing terminal or backend applications.
- id: java
name: Java
repo: vrchatapi-java
description: Java is a high-level, class-based OOP language for both desktop, backend and Android.
- id: dart
name: Dart
repo: vrchatapi-dart
description: Dart is a client-side language allowing compilation for Android, iOS, web, and terminal.
- id: rust
name: Rust
repo: vrchatapi-rust
description: Rust is a fast and secure language with no runtime nor garbace-collector, whos memory-management makes memory bugs impossible.
- id: csharp
name: C#
repo: vrchatapi-csharp
description: C# is a high-level, class-based OOP langauge, part of .NET, and builds for desktop and Unity.