mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Using fork for docs beta search
This commit is contained in:
parent
6b9a55bfe2
commit
e7cef12eb6
@ -4,7 +4,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"silverstripe/docsviewer": "dev-manifest",
|
"silverstripe/docsviewer": "dev-fixsearch",
|
||||||
"silverstripe/framework": "dev-docsrewrite as 3.1.x-dev",
|
"silverstripe/framework": "dev-docsrewrite as 3.1.x-dev",
|
||||||
"erusev/parsedown-extra": "0.2.2",
|
"erusev/parsedown-extra": "0.2.2",
|
||||||
"silverstripe/toolbar": "*"
|
"silverstripe/toolbar": "*"
|
||||||
@ -18,6 +18,9 @@
|
|||||||
}, {
|
}, {
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "git@github.com:silverstripe/silverstripe-globaltoolbar.git"
|
"url": "git@github.com:silverstripe/silverstripe-globaltoolbar.git"
|
||||||
|
}, {
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "git@github.com:camfindlay/silverstripe-docsviewer.git"
|
||||||
}],
|
}],
|
||||||
"config": {
|
"config": {
|
||||||
"process-timeout": 600
|
"process-timeout": 600
|
||||||
|
26
composer.lock
generated
26
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "583c294ea82c1aaef6b7af9b296822b7",
|
"hash": "0e30e64d8ef26da948e675b150189051",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/installers",
|
"name": "composer/installers",
|
||||||
@ -184,16 +184,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "silverstripe/docsviewer",
|
"name": "silverstripe/docsviewer",
|
||||||
"version": "dev-manifest",
|
"version": "dev-fixsearch",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/silverstripe/silverstripe-docsviewer.git",
|
"url": "https://github.com/camfindlay/silverstripe-docsviewer.git",
|
||||||
"reference": "bda0b00b18701654b8a257b012b55879e1d9017f"
|
"reference": "7a7e1bc38a6c29b82b7625ded82ba7e6e36cd696"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/silverstripe/silverstripe-docsviewer/zipball/bda0b00b18701654b8a257b012b55879e1d9017f",
|
"url": "https://api.github.com/repos/camfindlay/silverstripe-docsviewer/zipball/7a7e1bc38a6c29b82b7625ded82ba7e6e36cd696",
|
||||||
"reference": "bda0b00b18701654b8a257b012b55879e1d9017f",
|
"reference": "7a7e1bc38a6c29b82b7625ded82ba7e6e36cd696",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -204,15 +204,14 @@
|
|||||||
"silverstripe/staticpublisher": "Allows publishing documentation as HTML"
|
"silverstripe/staticpublisher": "Allows publishing documentation as HTML"
|
||||||
},
|
},
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Will Rossiter",
|
"name": "Will Rossiter",
|
||||||
"email": "will@fullscreen.io",
|
"homepage": "http://wilr.github.io",
|
||||||
"homepage": "http://wilr.github.io"
|
"email": "will@fullscreen.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Documentation viewer module for SilverStripe",
|
"description": "Documentation viewer module for SilverStripe",
|
||||||
@ -220,7 +219,14 @@
|
|||||||
"documentation",
|
"documentation",
|
||||||
"silverstripe"
|
"silverstripe"
|
||||||
],
|
],
|
||||||
"time": "2014-11-18 06:12:19"
|
"support": {
|
||||||
|
"0": {
|
||||||
|
"email": "will@fullscreen.io",
|
||||||
|
"irc": "irc://irc.freenode.org/silverstripe"
|
||||||
|
},
|
||||||
|
"source": "https://github.com/camfindlay/silverstripe-docsviewer/tree/fixsearch"
|
||||||
|
},
|
||||||
|
"time": "2014-11-28 01:20:51"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "silverstripe/framework",
|
"name": "silverstripe/framework",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user