File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Mermaid
2
2
3
3
[ ![ Build Status] ( https://secure.travis-ci.org/SemanticMediaWiki/Mermaid.svg?branch=master )] ( http://travis-ci.org/SemanticMediaWiki/Mermaid )
4
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/Mermaid/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/Mermaid/?branch=master )
5
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/Mermaid/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/Mermaid/?branch=master )
6
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/mediawiki/mermaid/version.png )] ( https://packagist.org/packages/mediawiki/mermaid )
7
5
[ ![ Packagist download count] ( https://poser.pugx.org/mediawiki/mermaid/d/total.png )] ( https://packagist.org/packages/mediawiki/mermaid )
8
6
@@ -20,7 +18,7 @@ This extension provides the `#mermaid` parser function to support the generation
20
18
## Installation
21
19
22
20
The recommended way to install Mermaid is by using [ Composer] [ composer ] with
23
- an entry in MediaWiki's ` composer.json ` or ` composer.local.json ` .
21
+ an entry in MediaWiki's " composer.json" file or preferably " composer.local.json" file .
24
22
25
23
``` json
26
24
{
@@ -31,7 +29,7 @@ an entry in MediaWiki's `composer.json` or `composer.local.json`.
31
29
```
32
30
1 . From your MediaWiki installation directory, execute
33
31
` composer require mediawiki/mermaid:~1.0 `
34
- 2 . Add ` wfLoadExtension( 'Mermaid' ); ` to the ` LocalSettings.php `
32
+ 2 . Add ` wfLoadExtension( 'Mermaid' ); ` to the " LocalSettings.php" file
35
33
3 . Navigate to _ Special: Version_ on your wiki and verify that the package
36
34
have been successfully installed.
37
35
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ This file contains the RELEASE-NOTES of the Mermaid extension.
2
2
3
3
### 1.0.0
4
4
5
- This is not a release yet .
5
+ Released on January 16, 2018 .
6
6
7
7
* Initial release
8
8
* Added an ` MERMAID ` parser to easily generate diagrams and flowcharts with the help of the mermaid script language
9
+ * Localizations from https://translatewiki.net
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Mermaid" ,
3
- "version" : " 1.0.0-alpha " ,
3
+ "version" : " 1.0.0" ,
4
4
"author" : [
5
5
" James Hong Kong"
6
6
],
You can’t perform that action at this time.
0 commit comments