All Projects → dotnet → orleans-docs

dotnet / orleans-docs

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT LICENSE-CODE
Orleans documentation

Programming Languages

Batchfile
5799 projects
HTML
75241 projects

Orleans documentation is now a part of dotnet/docs

Documentation is published on docs.microsoft.com/dotnet/orleans

Please use the dotnet/docs repository to make documentation updates.


Orleans documentation

Orleans' documentation is published here,

Building the documentation

To build the documentation you will need a copy of DocFX on your path. Alternatively, on Windows, you can run dotnet build src to build the documentation using a version of DocFx from NuGet.

If you're on Linux/OSX you can run DocFX with Mono.

To build the documentation, run:

> docfx src\docfx.json

To view the documentation:

> docfx serve

You'll then be able to browse the website on http://localhost:8080

Editing the Documentation

Please edit the markdown files in the src directory.

The toc.yml files are used to create the menus. Any new markdown files you add will need to be included in the appropriate toc.yml file. This may include the toc.yml file at the same level in the directory structure, and possibly in the parent directory too.

All files (both markdown and html) are added to git.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].