Skip to content

Commit

Permalink
Fixed logos in README
Browse files Browse the repository at this point in the history
Fixed documentation generation using grunt
  • Loading branch information
silvae86 committed Apr 22, 2019
1 parent b13bd94 commit 7b8d758
Show file tree
Hide file tree
Showing 79 changed files with 48,557 additions and 1,839 deletions.
5 changes: 1 addition & 4 deletions Gruntfile.js
Expand Up @@ -24,10 +24,7 @@ module.exports = function (grunt)
},
jsdoc: {
dist: {
src: ["src/!(node_modules)**/*.js", "README.md"],
options: {
destination: "public/docs",
template: "node_modules/jaguarjs-jsdoc",
configure: "conf/jsdoc-config.json"
}
}
Expand All @@ -42,5 +39,5 @@ module.exports = function (grunt)
grunt.loadNpmTasks("grunt-jsdoc");

// Default task(s).
grunt.registerTask("default", ["auto_install", "grunt-jsdoc"]);
grunt.registerTask("default", ["auto_install", "jsdoc"]);
};
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -167,7 +167,7 @@ This work was supported by project NORTE-07-0124-FEDER-000059, financed by the N

This work is financed by the ERDF – European Regional Development Fund through the Operational Programme for Competitiveness and Internationalisation - COMPETE 2020 Programme and by National Funds through the Portuguese funding agency, FCT - Fundação para a Ciência e a Tecnologia within project POCI-01-0145-FEDER-016736.

<img src="https://github.com/feup-infolab-rdm/dendro-install/raw/master/logos.jpg "alt="logos" style="width:90%;">
<img src="https://github.com/feup-infolab-rdm/dendro-install/raw/master/logos.jpg" alt="dendro features" style="width:90%;"/>

## License

Expand Down
41 changes: 24 additions & 17 deletions conf/jsdoc-config.json
@@ -1,20 +1,27 @@
{
"templates" : {
"applicationName": "Dendro",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
"title": "",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"linenums": true
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["src/","public/app","package.json", "README.md"],
"includePattern": ".+\\.js(x|doc)?$",
"excludePattern": "(.git/|node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/minami"
}
}
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-Bold-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-BoldItalic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-Italic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1,831 changes: 1,831 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-Light-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1,835 changes: 1,835 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-LightItalic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1,831 changes: 1,831 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-Regular-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-Semibold-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/dendro/1.0.0-beta/fonts/OpenSans-SemiboldItalic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit 7b8d758

Please sign in to comment.