This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move docs from gh-pages to docs/ directory (palantir#1494)
* Ignore docs directory when publishing to npm * Add all docs content from gh-pages branch to docs/ directory * Update docs on docs * Update docs build script
- Loading branch information
Showing
200 changed files
with
19,683 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ circle.yml | |
Gruntfile.js | ||
tslint.json | ||
/build/ | ||
/docs/ | ||
/src/ | ||
/test/ | ||
tscommand*.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ruby '2.2.3' | ||
source 'https://rubygems.org' | ||
gem 'github-pages' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Site settings | ||
title: TSLint | ||
email: [email protected] | ||
description: > # this means to ignore newlines until "baseurl:" | ||
TSLint documentation. A linter for the TypeScript language. | ||
baseurl: "/tslint" # the subpath of your site, e.g. /blog/ | ||
url: "https://palantir.github.io/" # the base hostname & protocol for your site | ||
twitter_username: PalantirTech | ||
github_username: palantir/tslint | ||
|
||
# Build settings | ||
markdown: kramdown | ||
markdown_ext: md | ||
exclude: [vendor] | ||
|
||
page_gen: | ||
- data: rules | ||
template: rule | ||
name: ruleName | ||
dir: rules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"title": "Develop", | ||
"url": "/develop", | ||
"links": [ | ||
{ | ||
"title": "Custom Rules", | ||
"url": "/custom-rules/" | ||
}, | ||
{ | ||
"title": "Custom Formatters", | ||
"url": "/custom-formatters/" | ||
}, | ||
{ | ||
"title": "Contributing", | ||
"url": "/contributing/" | ||
}, | ||
{ | ||
"title": "Docs Development", | ||
"url": "/docs/" | ||
}, | ||
{ | ||
"title": "Testing Rules", | ||
"url": "/testing-rules" | ||
} | ||
] | ||
} |
Oops, something went wrong.