-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
1,609 additions
and
4,477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
export default ({ | ||
head: [ | ||
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/favicons/apple-touch-icon.png' }], | ||
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicons/favicon-32x32.png' }], | ||
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicons/favicon-16x16.png' }], | ||
['link', { rel: 'shortcut icon', type: 'image/x-icon', href: '/favicon.ico' }], | ||
['link', { rel: 'manifest', href: '/favicons/site.webmanifest' }], | ||
['link', { rel: 'mask-icon', href: '/favicons/safari-pinned-tab.svg', color: '#ffffff' }], | ||
['meta', { name: 'theme-color', content: '#ffffff' }], | ||
['meta', { name: 'msapplication-config', content: '/favicons/browserconfig.xml' }], | ||
], | ||
|
||
lang: 'en-US', | ||
|
||
title: 'Robo', | ||
|
||
themeConfig: { | ||
|
||
nav: [ | ||
{ | ||
text: 'Robo Documentation', | ||
items: [ | ||
{ text: "Getting Started", link: "/getting-started.md" }, | ||
{ text: "Collection", link: "/collections.md" }, | ||
{ text: "Extending", link: "/extending.md" }, | ||
{ text: "Robo as a Framework", link: "/framework.md" }, | ||
], | ||
}, | ||
{ | ||
text: 'Tasks', | ||
items: [ | ||
{ text: "ApiGen", link: "/tasks/ApiGen.md" }, | ||
{ text: "Archive", link: "/tasks/Archive.md" }, | ||
{ text: "Assets", link: "/tasks/Assets.md" }, | ||
{ text: "Base", link: "/tasks/Base.md" }, | ||
{ text: "Bower", link: "/tasks/Bower.md" }, | ||
{ text: "Composer", link: "/tasks/Composer.md" }, | ||
{ text: "Development", link: "/tasks/Development.md" }, | ||
{ text: "Docker", link: "/tasks/Docker.md" }, | ||
{ text: "File", link: "/tasks/File.md" }, | ||
{ text: "Filesystem", link: "/tasks/Filesystem.md" }, | ||
{ text: "Gulp", link: "/tasks/Gulp.md" }, | ||
{ text: "Logfile", link: "/tasks/Logfile.md" }, | ||
{ text: "Npm", link: "/tasks/Npm.md" }, | ||
{ text: "Remote", link: "/tasks/Remote.md" }, | ||
{ text: "Testing", link: "/tasks/Testing.md" }, | ||
{ text: "Vcs", link: "/tasks/Vcs.md" }, | ||
], | ||
}, | ||
{ | ||
text: 'Changelog', | ||
link: 'https://github.com/consolidation/robo/blob/4.x/CHANGELOG.md', | ||
}, | ||
], | ||
sidebar: [ | ||
{ | ||
text: 'Robo Documentation', | ||
items: [ | ||
{ text: "Getting Started", link: "/getting-started.md" }, | ||
{ text: "Collection", link: "/collections.md" }, | ||
{ text: "Extending", link: "/extending.md" }, | ||
{ text: "Robo as a Framework", link: "/framework.md" }, | ||
], | ||
}, | ||
{ | ||
text: 'Tasks', | ||
items: [ | ||
{ text: "ApiGen", link: "/tasks/ApiGen.md" }, | ||
{ text: "Archive", link: "/tasks/Archive.md" }, | ||
{ text: "Assets", link: "/tasks/Assets.md" }, | ||
{ text: "Base", link: "/tasks/Base.md" }, | ||
{ text: "Bower", link: "/tasks/Bower.md" }, | ||
{ text: "Composer", link: "/tasks/Composer.md" }, | ||
{ text: "Development", link: "/tasks/Development.md" }, | ||
{ text: "Docker", link: "/tasks/Docker.md" }, | ||
{ text: "File", link: "/tasks/File.md" }, | ||
{ text: "Filesystem", link: "/tasks/Filesystem.md" }, | ||
{ text: "Gulp", link: "/tasks/Gulp.md" }, | ||
{ text: "Logfile", link: "/tasks/Logfile.md" }, | ||
{ text: "Npm", link: "/tasks/Npm.md" }, | ||
{ text: "Remote", link: "/tasks/Remote.md" }, | ||
{ text: "Testing", link: "/tasks/Testing.md" }, | ||
{ text: "Vcs", link: "/tasks/Vcs.md" }, | ||
], | ||
}, | ||
], | ||
footer: { | ||
copyright: 'Brought to you by <a href="https://github.com/orgs/consolidation/people">Consolidation Team</a> and our <a href="https://github.com/consolidation/Robo/graphs/contributors">awesome contributors</a> <p>Robo is on <a href="https://twitter.com/robo_php">Twitter</a> and on <a href="https://github.com/consolidation/robo">GitHub</a></p> Projects Using It<span>:</span> <a href="http://codeception.com">Codeception</a> | <a href="http://www.drush.org">Drush</a> | <a href="https://github.com/Codeception/AspectMock">AspectMock</a> | <a href="https://github.com/pantheon-systems/terminus">Pantheon Terminus</a> | <a href="https://github.com/Codeception/CodeceptJS">CodeceptJS</a>' | ||
}, | ||
}, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
:root { | ||
--vp-c-brand-1: #4B7BA0; | ||
--vp-button-brand-bg: #4B7BA0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import DefaultTheme from 'vitepress/theme' | ||
import './custom.css' | ||
|
||
export default DefaultTheme |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.