Coder Social home page Coder Social logo

928pjy / docfx-seed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from docascode/docfx-seed

0.0 2.0 0.0 550 KB

A sample documentation project, containing .NET source code and markdown files, can generate a static website after running docfx

Home Page: http://docascode.github.io/docfx-seed/index.html

License: MIT License

C# 69.07% Visual Basic 30.93%

docfx-seed's Introduction

docfx-seed

Description

This is a sample docfx documentation project. It contains .NET source code and markdown files. docfx.json is the configuration file for running docfx. docfx will generate a static website as similar to http://docascode.github.io/docfx-seed/index.html

How to run

Under Windows

  • Download and unzip docfx.zip to run docfx.exe directly!
  • Run docfx under current repo! Website will be generated under _site folder.
  • Run any web hosting tool to host _site folder, e.g. docfx serve _site.

Cross platform and use dnx

As a prerequisite, you will need to install DNVM and DNX. ###Quick Start

  • dnvm upgrade to get the latest dnvm.

  • Add feed https://www.myget.org/F/aspnetrelease/api/v2/ to Nuget.config

    For Windows, the nuget config file is %AppData%\NuGet\NuGet.config.

    For Linux/OSX, the nuget config file is ~/.config/NuGet/NuGet.config.

  • dnu commands install docfx to install docfx as a command

  • Run docfx under current repo! Website will be generated under _site folder.

  • Run any web hosting tool to host _site folder, e.g. docfx serve _site.

Further information about docfx

docfx is a tool to generate documentation towards .NET source code and markdown files. Please refer to docfx to get start. The docfx website itself is generated by docfx!

docfx-seed's People

Contributors

chenkennt avatar hellosnow avatar superyyrrzz avatar vicancy avatar vwxyzh avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.