Ablu / autofac.github.com

Autofac "product site" repository

Home Page:https://autofac.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autofac Organization Pages

This repository hosts the Autofac project organization pages. Jekyll is being used to manage page transformation in accordance with GitHub Pages usage.

Visit Autofac on GitHub.

To run locally (Windows):

  1. Install Ruby and the Ruby Development Kit.
  2. At a regular (not irb) command prompt, run gem install jekyll
  3. Change to the local repo directory with the site.
  4. Run jekyll serve -w
  5. In a browser, visit http://localhost:4000

To update the API docs:

  1. Delete the content in the apidoc folder.
  2. Place the "website" style generated API doc from the build into the apidoc folder.
  3. Rename the Index.html to index.html (it's case-sensitive).
  4. Push the changes.

To update the minified script/CSS:

  1. Open a Visual Studio command prompt.
  2. Run msbuild default.proj to minify scripts.

Jekyll resources:

About

Autofac "product site" repository

https://autofac.org


Languages

Language:HTML 99.6%Language:JavaScript 0.2%Language:CSS 0.1%Language:ASP 0.0%Language:Ruby 0.0%Language:PHP 0.0%