You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam a6d7f799e5 Updated version number in a few more places from 2.5 to 2.6. 7 years ago
..
content themes and structure. 10 years ago
data Updating current version to 2.6.1 in the refdocs. 7 years ago
layouts upgraded docs for pending release. 10 years ago
static Updated version number in a few more places from 2.5 to 2.6. 7 years ago
README.md themes and structure. 10 years ago
config.toml Fix double slashes in generated documentation. 9 years ago

README.md

MongoDB .NET Driver Front page

The static front page site for the .NET documentation portal.

Requirements

Hugo version 0.13 download here
Check out the hugo quickstart guide.

Running the server

To run the server call the hugo command:

hugo server --baseUrl=http://localhost/ --buildDrafts --watch
Options explained
server Hugo runs its own webserver to render the files
--baseUrl=http://localhost/ Normally the base url will be /mongo-java-driver for gh-pages
--buildDrafts Include draft posts in the output - these won't be published to gh-pages
-- watch Automatically reloads on file change

All generated content will appear in the ./public folder, so you can also check the filesystem and browse it locally.
For more hugo server options run: hugo --help

Data

All dynamic / changing data lives in ./data/releases.toml