Skip to content

chbighammsft/MaxWriters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxWriters -- Documentation writers for REST endpoints

Modern Assistence Experience (MAX) has created this writer so that you can generate documentation for a REST endpoint. It uses the OData spec and the Annotations vocabulary to create basic reference documentation.

Setting up

The documentation writers depend on the annotation branch of the Vipr tool to create REST documentation. To run the writer, you need:

  1. The MaxWriters project. Download or clone the solution from GitHub.
  2. The Annotations branch of the Vipr project. Download or clone the solution from GitHub.

Building the projects.

You need to build both the Vipr and the MaxWriters solutions to run the documentation writers. Once you've built the solutions, open these directories:

  • <-RepoLocation->\Vipr\src\Core\Vipr\bin\Debug
  • <-RepoLocation->\MaxWriters\src\MAX.Writers.REST\bin\Debug

Copy MAX.Writers.REST.dll from the MaxWriters solution to the Vipr solution.

Running the documentation writer

Here's what you need to do to run the documentation writer:

  1. Open a command prompt in <-RepoLocation->\Vipr\src\Core\Vipr\bin\Debug

  2. Run the following command line.

    vipr <-Location of the metadata file-> --writer=MAX.Writer.REST -- outputPath=<-Location to write doc file->

About

Vipr writers for MAX documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages