Skip to content

Commit 6266112

Browse files
committed
reorganise docs some more ☺️
1 parent ab92869 commit 6266112

File tree

11 files changed

+28
-752
lines changed

11 files changed

+28
-752
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ composer.phar
99
.env
1010
.DS_Store
1111
Thumbs.db
12+
/nbproject/private/

app/Documentation.php

+3-6
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,9 @@ public function sectionExists($version, $page)
105105
public static function getDocVersions()
106106
{
107107
return [
108-
'master' => 'Master',
109-
// '5.3' => '5.3',
110-
'5.2' => '5.2',
111-
'5.1' => '5.1',
112-
'5.0' => '5.0',
113-
'1.2' => '4.2',
108+
'0.1' => '0.1',
109+
//'1.0' => '1.0',
110+
114111
];
115112
}
116113
}

app/Http/routes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Set the default documentation version...
1616
*/
17-
define('DEFAULT_VERSION', '5.2');
17+
define('DEFAULT_VERSION', '0.1');
1818

1919
/**
2020
* Convert some text to Markdown...

config/algolia.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
'connections' => [
2020

2121
'main' => [
22-
'id' => '8BB87I11DE',
23-
'search_key' => '8e1d446d61fce359f69cd7c8b86a50de',
22+
'id' => '0XJ54T0HH1',
23+
'search_key' => 'fd2fa8b7b2d60f6c607a72e62c11d96c',
2424
'key' => env('ALGOLIA_ADMIN_KEY', ''),
2525
],
2626

nbproject/project.properties

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
include.path=${php.global.include.path}
2+
php.version=PHP_56
3+
source.encoding=UTF-8
4+
src.dir=.
5+
tags.asp=false
6+
tags.short=false
7+
web.root=.

nbproject/project.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.php.project</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/php-project/1">
6+
<name>docs</name>
7+
</data>
8+
</configuration>
9+
</project>

resources/docs/0.1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit a4d19e56543f1aada5d883cfdfdad6eab08f46c1

0 commit comments

Comments
 (0)