diff --git a/404.md b/404.md index 6622c4e045..c04bcce824 100644 --- a/404.md +++ b/404.md @@ -5,29 +5,6 @@ description: hide: true --- - -
-

The page you're looking for does not exist.

-
+

404 - The page you're looking for does not exist.

- -
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
\ No newline at end of file diff --git a/_config.yml b/_config.yml index fc19ed8538..67d347033f 100755 --- a/_config.yml +++ b/_config.yml @@ -1,9 +1,7 @@ # name of the software -name: Prebid.js +name: Prebid # current version of the software version: 1.0.0 -# url of the download button -downloadUrl: https://github.com/prebid/Prebid.js/releases # licence of the software license: Apache License licenseUrl: http://www.apache.org/licenses/LICENSE-2.0 @@ -11,17 +9,17 @@ licenseUrl: http://www.apache.org/licenses/LICENSE-2.0 # list of additional links on the right of the top menu headerLinks: - title: GitHub - url: https://github.com/prebid/Prebid.js + url: https://github.com/prebid # list if additional links on the footer footerLinks: - title: GitHub - url: https://github.com/prebid/Prebid.js - - title: Issues - url: https://github.com/prebid/Prebid.js/issues?state=open - # - title: About Us - # url: /about.html + url: https://github.com/prebid/ +# - title: Issues +# url: https://github.com/prebid/Prebid.js/issues?state=open +# - title: About Us +# url: /about.html # header @@ -70,10 +68,13 @@ nav_sections: - top_nav: dev_docs code: quick-start - name: QUICK START + name: DEVELOPER QUICK START - top_nav: dev_docs code: prebid-video name: PREBID VIDEO (BETA) + - top_nav: dev_docs + code: prebid-server + name: PREBID SERVER - top_nav: dev_docs code: prebid-amp name: PREBID FOR AMP (ALPHA) @@ -108,18 +109,25 @@ nav_sections: - top_nav: adops code: tutorials - name: TUTORIALS + name: AD OPS TUTORIALS + - top_nav: adops + code: reference + name: REFERENCE - top_nav: support code: support name: SUPPORT + - top_nav: principles + code: principles + name: PRINCIPLES + - top_nav: download code: download name: DOWNLOAD -port: 80 +port: 8080 exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile'] diff --git a/_includes/foot.html b/_includes/foot.html index 20c0957cf9..4ed958916a 100644 --- a/_includes/foot.html +++ b/_includes/foot.html @@ -37,7 +37,7 @@

- All demos, instructions, documentation and code included in Prebid.js or on the Prebid.org website are released under the {{site.license}}. + All demos, instructions, documentation and code included on the Prebid.org website are released under the {{site.license}}.

diff --git a/_includes/head.html b/_includes/head.html index 78255c997b..127dbff3c1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,6 +7,8 @@ + + {% if page.head_title %} {{page.head_title}} {% else %} diff --git a/_includes/main_nav.html b/_includes/main_nav.html index 540771f272..d1e10287ff 100644 --- a/_includes/main_nav.html +++ b/_includes/main_nav.html @@ -12,57 +12,91 @@ {{site.name}} -