- Notifications
You must be signed in to change notification settings - Fork0
topcoderinc/drone-series
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Often one or more github repos and google docs repositories are used in a single github project. For example: Front end and back end. In addition multiple public or private share for binary documents are also used. This project will serves as a wrapper for both of those conepts as well as being a single repository for documentation.
This project uses mkdocs to provide an simple platform to generate html pages from markdown. It can be hosted anywhere, includes special provisions for ghpages or can be run locally withmkdocs serve
This repository uses a third party theme calledcinder. However this theme has been forked and added the topcoder logo
Since this project also contains content, We can include standard docs like bug bash instructions.
- Make sure you have python2 and pip2 installed, then run
pip2 install mkdocsto install mkdocs - clone the template
git clone --recursive git@github.com:topcoderinc/tcProjWrapper.git myproject - cd
myprojectand runmkdocs serve - You should also edit the mkdocs.yml and edit the sitename. It might be a good idea to remove the .git dir and do a
git initto orphan this template(repo) from your new wrapper project.
- 2/13/2017 - ktb updated cinder submodule
- 2/15/2017 - ktb added setup script in src dir
git clone --recursive git@github.com:topcoderinc/tcProjWrapper.git drone-seriessed -i.bak s/tcprojWrapper/drone-series/g mkdocs.yml && rm mkdocs.yml.bakrm -rf .git*git initgit add .git commit -am 'first commit, templated from git@github.com:topcoderinc/tcProjWrapper.git 'mkdir srcgit submodule add git@github.com:topcoderinc/dsp-server.git src/dsp-servergit submodule add git@github.com:topcoderinc/dsp-server.git src/dsp-frontendAbout
Wrapper for Topcoder Drone Series projects
Resources
Uh oh!
There was an error while loading.Please reload this page.