Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Doc build for FSharp.Compiler.Service

License

NotificationsYou must be signed in to change notification settings

fsharp/fsharp-compiler-docs

Repository files navigation

https://fsharp.github.io/fsharp-compiler-docs

Contributing to Library Content

To improve the content of the FSharp.Compiler.Service library documentation, contribute to the XML/// documentation in thesignature files (*.fsi) in the FSharp.Compiler.Service implementation.

The docs are generated by usingfsdocs tool from FSharp.Formatting.

Build steps

Eventually the build will just be

dotnet tool restoredotnet restore FSharp.Compiler.Servicedotnet fsdocs build

For now, we make a fresh build of FSharp.Compiler.Service.

(start in fsharp-compiler-docs)dotnet restore FSharp.Compiler.Servicedotnet tool restore(make fsharp-compiler-docs/fsharp)git clone https://github.com/dotnet/fsharp --depth 1 -b main(build fsharp-compiler-docs/fsharp) pushd fsharpdotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=truepopd

Then do iterative development using:

(from fsharp-compiler-docs)dotnet fsdocs watch --sourcefolder fsharp  --input fsharp/docs

CI Pipeline

This repo is published via GitHub Actions. On each push to main, the docs are built, and the outputs (which are written to theoutput directory by fsdocs) are pushed to thegh-pages branch. This repo is configured to host using GitHub Pages from this branch.

About

Doc build for FSharp.Compiler.Service

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors235


[8]ページ先頭

©2009-2025 Movatter.jp