Watch
2
0
Fork
You've already forked raylib-cs
0

Add docfx support

This commit is contained in:
Rgebee 2026-04-04 10:30:39 +01:00
commit a63511a4f4
4 changed files with 58 additions and 0 deletions

3
.gitignore vendored
View file

@ -8,6 +8,9 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
api/
site/
.vscode/
*.data

46
Raylib-cs/docfx.json Normal file
View file

@ -0,0 +1,46 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"src": "../.",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appName": "raylib-cs",
"_appTitle": "raylib-cs",
"_enableSearch": true,
"pdf": true
}
}
}

7
Raylib-cs/index.md Normal file
View file

@ -0,0 +1,7 @@
---
_layout: landing
---
# Raylib-cs
C# bindings for raylib, a simple and easy-to-use library to learn videogames programming (www.raylib.com)

2
Raylib-cs/toc.yml Normal file
View file

@ -0,0 +1,2 @@
- name: API
href: api/