forked from techdivision/DocViewer
-
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.
Minor refactoring, some docu, adjusted composer
- Loading branch information
Showing
9 changed files
with
36 additions
and
18 deletions.
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
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
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
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
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 |
---|---|---|
|
@@ -65,6 +65,7 @@ public function findFileNodeByPath($path, $node = null) { | |
} | ||
} | ||
} | ||
return null; | ||
} | ||
|
||
/** | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,19 @@ | ||
{ | ||
"description": "This neos package enables you to read the docs of the installed packages", | ||
"name": "techdivision/docviewer", | ||
"keywords": ["neos", "backend", "module", "documentation"], | ||
"type": "neos-package", | ||
"authors": [ | ||
{ | ||
"name": "Matthias Witte", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": "GPL-3.0+", | ||
"require": { | ||
"neos/neos": "2.3.*", | ||
"erusev/parsedown": "*" | ||
}, | ||
"name": "techdivision/docviewer", | ||
"autoload": { | ||
"psr-0": { | ||
"TechDivision\\DocViewer": "Classes/" | ||
|
@@ -15,6 +23,5 @@ | |
"neos": { | ||
"package-key": "TechDivision.DocViewer" | ||
} | ||
}, | ||
"license": "GPL-3.0+" | ||
} | ||
} |
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