-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* progress * work on cards * Add logos * Add references cards * Adjust docs width * Add external icon * Update sidebar and remove old tutorial files * fix link
- Loading branch information
1 parent
c14963e
commit 90a9b96
Showing
102 changed files
with
1,234 additions
and
13,215 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/** | ||
* Copyright (c) 2019-present, Okteto, Inc. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
module.exports = { | ||
docs: [ | ||
{ | ||
type: 'link', | ||
label: 'Documentation', | ||
href: '/docs', | ||
}, | ||
{ | ||
type: 'category', | ||
label: 'Tutorials', | ||
className: 'sidebarCategoryHideLinks', | ||
collapsed: false, | ||
link: { | ||
type: 'doc', | ||
id: 'index', | ||
}, | ||
items: [ | ||
'getting-started-with-okteto', | ||
'aws-lambda', | ||
'compose-getting-started', | ||
'external-resources', | ||
'webpack', | ||
], | ||
}, | ||
{ | ||
type: 'link', | ||
label: 'Community forum', | ||
href: 'https://community.okteto.com/', | ||
}, | ||
], | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: References | ||
--- | ||
|
||
import CardsList from "@theme/CardsList" | ||
|
||
<CardsList /> |
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
Oops, something went wrong.