Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Removed old views
Browse files Browse the repository at this point in the history
  • Loading branch information
soney committed Dec 18, 2013
1 parent a9b1f65 commit d7be261
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion resources/api_doc_generator/bin/dox-foundation
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if (program.source) {
}

// Render and save each file
var indexPath = path.relative(process.cwd(), target) + path.sep + 'index.html';
var indexPath = path.relative(process.cwd(), target) + path.sep + 'api.html';
var output = formatter.render(doxval, options);
var dir = path.dirname(indexPath);
if (!fs.existsSync(dir)) {
Expand Down
2 changes: 1 addition & 1 deletion resources/api_doc_generator/lib/dox-foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function buildStructureForFile(file) {
}

var BRANCH = "v091",
BASE_URL = "https://github.com/soney/ConstraintJS/tree/"+BRANCH+"/";
BASE_URL = "https://github.com/soney/ConstraintJS/blob/v0.9.1/";
var get_link = function(fname, line) {
var rv = BASE_URL+fname+"#L"+line;
return rv;
Expand Down
1 change: 1 addition & 0 deletions resources/api_doc_generator/views/_head.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ meta(name='viewport', content='width=device-width', charset='utf-8')
title= title

link(rel='stylesheet', href='http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css')
link(rel='stylesheet', href='style/stylesheet.css')
include css/cjs-dox.css
8 changes: 0 additions & 8 deletions resources/api_doc_generator/views/js/page.js

This file was deleted.

12 changes: 0 additions & 12 deletions resources/api_doc_generator/views/js/prism.js

This file was deleted.

0 comments on commit d7be261

Please sign in to comment.