Giter Site home page Giter Site logo

mikesmeltzer / dnndocs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dnncommunity/dnndocs

0.0 0.0 0.0 76.93 MB

The documentation site for the open source Content Management System DNN (formerly DotNetNuke).

Home Page: https://dnndocs.com

CSS 69.51% JavaScript 23.56% C# 6.93%

dnndocs's Introduction

DNN Platform Documentation

The documentation site for the open source Content Management System DNN (formerly DotNetNuke).

The project uses the docfx library to pull XML comments from the DNN Platform source code and combine that with articles written in Markdown to form the documentation for DNN.

Installing Git

If you do not have Git installed, you will need to install it first. You can find instructions at Git's Installation Guide.

Installing DocFX

You'll also need DocFX installed as a command-line tool. This can be accomplished using

  • Chocolatey for Windows via choco install docfx -y
  • Homebrew for macOS via brew install docfx

Alternatively, you can download the latest release of docfx.zip from DocFX's GitHub Releases, extract it to a local directory, and add that directory to PATH so you can run it anywhere.

Setting Up the DNN Docs Project

After installing DocFX, the next step is to clone this repository from GitHub to your local machine. This will create a copy of the DNNDocs Git repository (its directories and folders) on your local machine so that you can work with them there.

The following command will clone this repository to your working directory, so you may wish to cd to an appropriate directory first.

git clone https://github.com/DNNCommunity/DNNDocs.git

The previous command will have created a folder titled DNNDocs in your working directory. So, for example, if you had been working in C:\dev\, the previous command would have created C:\dev\DNNDocs\.

cd DNNDocs

Next, you'll need to clone the Dnn.Platform repository into a subdirectory of DNNDocs so that DocFX can parse its source code for structured XML comments to generate DNN's API documentation and the documentation center articles.

Navigate into the newly created DNNDocs directory and clone the Dnn.Platform. This could take a few minutes depending on your connection speed.

cd DNNDocs
git clone https://github.com/dnnsoftware/Dnn.Platform.git

Running the DNN Docs Project Locally

You should now be able to run the development version of the docs locally with the following command:

docfx --serve

If you installed docfx using Chocolatey for Windows, you will need to run your shell as an administrator.

The compilation process could take quite a while. You may see some warning messages. Eventually, you should see a message similar to:

Serving "C:\dev\DNNDocs\_site" on http://localhost:8080

You can now open http://localhost:8080 in your web browser to view your local DNNDocs app.

dnndocs's People

Contributors

cbpsc avatar dnndev avatar donker avatar david-poindexter avatar patrickryan79 avatar timo-breumelhof avatar bdukes avatar willstrohl avatar perezandres avatar mikesmeltzer avatar mitchelsellers avatar moorecreative avatar birksy89 avatar quietly-turning avatar valadas avatar eptamminga avatar ohine 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.