mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
MINOR: added meta_data information for wiki to provide more specific information
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@118156 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
df17a5d708
commit
c39809cfae
@ -56,9 +56,15 @@ if(Director::isLive()) {
|
||||
DocumentationViewerExtension::$google_analytics_code = 'UA-84547-8';
|
||||
}
|
||||
|
||||
Validator::set_javascript_validation_handler('none');
|
||||
Validator::set_javascript_validation_handler('none');
|
||||
|
||||
DocumentationSearch::set_meta_data(array(
|
||||
'ShortName' => 'SilverStripe Documentation',
|
||||
'Description' => 'Documentation for SilverStripe CMS and the Sapphire Framework',
|
||||
'Tags' => 'silverstripe, sapphire, php, framework, web'
|
||||
));
|
||||
|
||||
DocumentationSearch::$boost_by_path = array(
|
||||
// Changelogs have heaps of phrases, but are rarely relevant for content searches
|
||||
'/^changelog/' => 0.05
|
||||
);
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user