Skip to content

Commit

Permalink
docs(Typedoc): Replace Esdoc by Typedoc (better for Typescript)
Browse files Browse the repository at this point in the history
  • Loading branch information
proustibat committed Jan 18, 2018
1 parent b3b9e09 commit 9c32cd0
Show file tree
Hide file tree
Showing 8 changed files with 225 additions and 769 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -30,4 +30,4 @@ UserInterfaceState.xcuserstate
_readme.txt
proustibat-d3jsionic.keystore
psd
esdoc
documentation
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ install:
script:
- ionic cordova build android
- bash sonar.sh
- npm run esdoc
- npm run typedoc

# Here we want to check out where we are.
# We only want to update Github Pages if we're building
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Expand Up @@ -31,7 +31,7 @@ rev=$(git rev-parse --short HEAD)

# We need to cd into wherever our website built.
# With Jekyll, it's _site. But do whatever.
cd esdoc
cd documentation


# First, we initialize a new git repository. Yes, a new one. You'll see.
Expand Down
47 changes: 0 additions & 47 deletions esdoc.json

This file was deleted.

0 comments on commit 9c32cd0

Please sign in to comment.