Skip to content

Files

Latest commit

027767b · Mar 28, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 10, 2024
Mar 28, 2025
Sep 7, 2024
Sep 7, 2024
Sep 10, 2024
Sep 10, 2024
Sep 14, 2024
Sep 18, 2024
Sep 14, 2024
Sep 6, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 18, 2024
Sep 7, 2024
Mar 18, 2025
Sep 6, 2024
Sep 6, 2024
Sep 10, 2024

Netly Documentation Website

Commands

  • Install dependencies:
    pnpm install
    
    dotnet tool install -g docfx
    
    dotnet tool install -g DocFxMarkdownGen
    
  • Start the development server:
    pnpm start
    

Generate API

# DocFx
docfx

# FxMarkdownGen
dfmg

# config
rm docs/api/index.md
cp docs.api._category_.json docs/api/_category_.json
    # in workflow
    rm docs/.gitignore