Unverified Commit 145217a3 authored by cgm78's avatar cgm78 Committed by GitHub
Browse files

Merge pull request #1 from CartoCosmos/master

Merging new repository.
parents 4b794180 ef353f74
Loading
Loading
Loading
Loading

.DS_Store

deleted100644 → 0
−6 KiB

File deleted.

+6 −3
Original line number Diff line number Diff line
.cache/
coverage/
dist/
dist/*
./app/node_modules/
*.log
./app/package-lock.json
.dist/
node_modules
package-lock.json
*.log
app/package-lock.json
app/node_modules

# OS generated files
.DS_Store

app/.jsdoc.json

0 → 100644
+27 −0
Original line number Diff line number Diff line
{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc"]
  },
  "source": {
    "include": ["package.json", "README.md"],
    "includePattern": "./src/js/",
    "excludePattern": "(node_modules/|docs)"
  },
  "plugins": ["plugins/markdown"],
  "templates": {
    "referenceTitle": "CartoCosmos",
    "disableSort": false,
    "collapse": false,
    "resources": {
      "GitHub": "https://github.com/CartoCosmos/CartoCosmos"
    }
  },
  "opts": {
    "destination": "./docs/",
    "encoding": "utf8",
    "private": true,
    "recurse": true,
    "template": "node_modules/braintree-jsdoc-template/"
  }
}

app/examples/images/console.png

deleted100644 → 0
−5.76 KiB
Loading image diff...
−936 B
Loading image diff...
Loading