docs bundle in progress
This commit is contained in:
@@ -33,4 +33,10 @@
|
||||
|
|
||||
*/
|
||||
|
||||
return array();
|
||||
return array(
|
||||
|
||||
// route the official docs
|
||||
'docs' => array(
|
||||
'handles' => 'docs'
|
||||
),
|
||||
);
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
Route::get('/', function()
|
||||
{
|
||||
return View::make('home.index');
|
||||
return Redirect::to('docs');
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user