Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 6fb72de

Browse files
committed
lets see where we at
1 parent 564bb54 commit 6fb72de

11 files changed

+180
-135
lines changed

.vitepress/config.mjs

+30-63
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default defineConfig({
2626
collection: 'lando101',
2727
},
2828
icon: hat,
29-
iconLink: '/lando101',
29+
iconLink: '/lando-101',
3030
patterns: ['lando-101/**/*.md'],
3131
},
3232
post: {
@@ -93,75 +93,42 @@ export default defineConfig({
9393
text: 'Contributing',
9494
collapsed: true,
9595
items: [
96-
{text: 'Getting Involved', link: '/contrib/index.html'},
97-
{text: 'Coding', link: '/contrib/coder.html'},
98-
{text: 'Evangelizing', link: '/contrib/evangelist.html'},
99-
{text: 'Sponsoring', link: '/contrib/sponsoring.html'},
96+
{text: 'Getting Involved', link: '/contrib/index'},
97+
{text: 'Coding', link: '/contrib/coder'},
98+
{text: 'Evangelizing', link: '/contrib/evangelist'},
99+
{text: 'Sponsoring', link: '/contrib/sponsoring'},
100+
{text: 'Security', link: '/security'},
101+
{text: 'Team', link: '/team'},
100102
],
101103
},
102104
{
103-
text: 'Lando 101',
104-
link: '/lando-101',
105-
},
106-
{
107-
text: 'Guides',
108-
link: '/guides',
105+
collapsed: false,
106+
items: [
107+
{
108+
text: 'Lando 101',
109+
link: '/lando-101',
110+
},
111+
{
112+
text: 'Guides',
113+
link: '/guides',
114+
},
115+
{
116+
text: 'Examples',
117+
link: 'https://github.com/lando/core/tree/main/examples',
118+
},
119+
],
109120
},
110121
{
111-
text: 'Examples',
112-
link: 'https://github.com/lando/core/tree/main/examples',
122+
collapsed: false,
123+
items: [
124+
{
125+
text: 'Plugins',
126+
link: '/plugins',
127+
},
128+
],
113129
},
130+
114131
],
115132
},
116133
},
117134
});
118-
119-
// function configSideBar() {
120-
// return [
121-
// {
122-
// text: 'Theme Configuration',
123-
// collapsed: false,
124-
// items: [
125-
// {text: 'Configuration', link: '/config/config'},
126-
// {text: 'Frontmatter', link: '/config/frontmatter'},
127-
// {text: 'useCollection()', link: '/composables/use-collection'},
128-
// {text: 'useTeam()', link: '/composables/use-team'},
129-
// ],
130-
// },
131-
// {
132-
// text: 'Pages',
133-
// collapsed: false,
134-
// items: [
135-
// {text: 'Collections', link: '/pages/collections'},
136-
// {text: 'Teams', link: '/pages/teams'},
137-
// ],
138-
// },
139-
// {
140-
// text: 'Global Components',
141-
// collapsed: false,
142-
// items: [
143-
// {text: 'Jobs', link: '/components/jobs'},
144-
// {text: 'MailChimp', link: '/components/mailchimp'},
145-
// {text: 'Sponsor', link: '/components/sponsors'},
146-
// {text: 'YouTube', link: '/components/youtube'},
147-
// ],
148-
// },
149-
// {
150-
// text: 'Markdown Containers',
151-
// collapsed: false,
152-
// items: [
153-
// {text: 'Admonitions', link: '/markdown/admonitions'},
154-
// {text: 'Alignments', link: '/markdown/alignments'},
155-
// {text: 'Boxes', link: '/markdown/boxes'},
156-
// {text: 'Cards', link: '/markdown/cards'},
157-
// {text: 'Columns', link: '/markdown/columns'},
158-
// {text: 'Highlights', link: '/markdown/highlights'},
159-
// {text: 'Tabs', link: '/markdown/tabs'},
160-
// {text: 'Thumbnails', link: '/markdown/thumbnails'},
161-
// {text: 'Advanced', link: '/guides/advanced-markdown'},
162-
// ],
163-
// },
164-
// {text: 'Blog', link: '/blog'},
165-
// {text: 'Guides', link: '/guides'},
166-
// ];
167-
// }

getting-started/first-app.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
description: Learn how to boot up and initialize your first project for usage with Lando with a Hello World!, Drupal 9 and Pantheon example.
3-
next: /lando-101
3+
next:
4+
text: Lando 101
5+
link: /lando-101
46
---
57

68
# Starting your first app
@@ -90,3 +92,7 @@ lando start
9092
# Import your database and files
9193
lando pull
9294
```
95+
96+
## More
97+
98+
Continue your journey with our brief [Lando 101](/lando-101) course.

guides/lando-corporate-network-tips.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Lando in Corporate Network Environments
3+
---
4+
15
# Lando in Corporate Network Environments
26

37
Many large organizations have proxy services, SSL decryption, and other network settings that can interfere with how Docker and Lando operate. In this guide we try to collect some common issues with using Lando in such contexts.

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const heralds = getSponsorTier(sponsors, 'herald');
131131

132132
const all = patriots.concat(allies);
133133

134-
const heraldcompute = parseInt(heralds.length + (Date.now() - start) / 604800);
134+
const heraldcompute = parseInt(heralds.length + (Date.now() - start) / 604800000);
135135

136136
</script>
137137

lando-101.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ sidebar: false
88
<script setup>
99
import {VPLCollectionPage, VPLCollectionPageTitle, VPLCollectionItems} from '@lando/vitepress-theme-default-plus';
1010
import {useCollection} from '@lando/vitepress-theme-default-plus';
11-
12-
const {pages} = useCollection('lando-101');
13-
11+
const {pages} = useCollection('lando101');
1412
</script>
1513

1614
<VPLCollectionPage>

lando-101/index.md

-37
This file was deleted.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@babel/eslint-parser": "^7.16.0",
27-
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.26",
27+
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.27",
2828
"babel-eslint": "^10.1.0",
2929
"eslint": "^7.32.0",
3030
"eslint-config-google": "^0.9.1",

plugins.md

+104-21
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,111 @@
11
---
2-
description: Learn about the team that made VitePress Default Theme Plus.
3-
layout: page
4-
title: Team
2+
description: Browse, filter, sort, search and vibe all the plugins in the Lando ecosystem
3+
title: Plugins
54
---
65

7-
<VPLTeamPage>
8-
<VPLTeamPageTitle>
9-
<template #title>
10-
Team
11-
</template>
12-
<template #lead>
13-
We are the people who brought dotnet to Lando.
14-
</template>
15-
</VPLTeamPageTitle>
16-
<VPLTeamMembers :members="members" size="small"/>
17-
</VPLTeamPage>
6+
# Plugins
187

19-
<script setup>
20-
import {VPLTeamPage, VPLTeamPageTitle, VPLTeamMembers} from '@lando/vitepress-theme-default-plus'
21-
import {useTeam} from '@lando/vitepress-theme-default-plus';
22-
import {data} from './plugins.data.mjs';
8+
:::: brand Recipes
9+
::: third
10+
* [Acquia](https://docs.lando.dev/acquia)
11+
* [Lagoon](https://docs.lando.dev/lagoon)
12+
* [Pantheon](https://docs.lando.dev/pantheon)
13+
* [Platform.sh](https://docs.lando.dev/platformsh)
14+
:::
2315

24-
console.log(data);
16+
::: third
17+
* [Backdrop](https://docs.lando.dev/backdrop)
18+
* [Drupal](https://docs.lando.dev/drupal)
19+
* [Joomla](https://docs.lando.dev/joomla)
20+
* [Laravel](https://docs.lando.dev/laravel)
21+
* [Symfony](https://docs.lando.dev/symfony)
22+
* [WordPress](https://docs.lando.dev/wordpress)
23+
:::
2524

26-
const members = useTeam();
25+
::: third
26+
* [LAMP](https://docs.lando.dev/lamp)
27+
* [LEMP](https://docs.lando.dev/lemp)
28+
* [MEAN](https://docs.lando.dev/mean)
29+
:::
30+
::::
2731

28-
</script>
32+
:::: success Runtimes
33+
::: third
34+
* [dotnet](https://docs.lando.dev/dotnet)
35+
* [go](https://docs.lando.dev/go)
36+
:::
37+
38+
::: third
39+
* [node](https://docs.lando.dev/node)
40+
* [php](https://docs.lando.dev/php)
41+
:::
42+
43+
::: third
44+
* [python](https://docs.lando.dev/python)
45+
* [ruby](https://docs.lando.dev/ruby)
46+
:::
47+
::::
48+
49+
:::: tip Databases
50+
::: third
51+
* [mariadb](https://docs.lando.dev/mariadb)
52+
* [MongoDB](https://docs.lando.dev/mongo)
53+
:::
54+
55+
::: third
56+
* [MSSQL](https://docs.lando.dev/mssql)
57+
* [MySQL](https://docs.lando.dev/mysql)
58+
:::
59+
60+
::: third
61+
* [PostreSQL](https://docs.lando.dev/postgres)
62+
:::
63+
::::
64+
65+
:::: tip Caches
66+
::: third
67+
* [memcached](https://docs.lando.dev/memcached)
68+
:::
69+
70+
::: third
71+
* [redis](https://docs.lando.dev/redis)
72+
:::
73+
74+
::: third
75+
* [Varnish](https://docs.lando.dev/redis)
76+
:::
77+
::::
78+
79+
:::: tip Indexes
80+
::: half
81+
* [Elasticsearch](https://docs.lando.dev/elasticsearch)
82+
:::
83+
84+
::: half
85+
* [Solr](https://docs.lando.dev/solr)
86+
:::
87+
::::
88+
89+
:::: tip Web
90+
::: third
91+
* [Apache](https://docs.lando.dev/apache)
92+
:::
93+
94+
::: third
95+
* [nginx](https://docs.lando.dev/nginx)
96+
:::
97+
98+
::: third
99+
* [Tomcat](https://docs.lando.dev/tomcat)
100+
:::
101+
::::
102+
103+
:::: tip Tools
104+
::: half
105+
* [MailHog](https://docs.lando.dev/mailhog)
106+
:::
107+
108+
::: half
109+
* [PHPMyAdmin](https://docs.lando.dev/phpmyadmin)
110+
:::
111+
::::

help/security.md security.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ description: Learn how to submit a security issue to Lando.
55
# Security
66

77
If you have discovered a security issue with Lando, please contact the Lando Security Team directly at
8-
[security@devwithlando.io](mailto:security@devwithlando.io). We manage security issues separately in a private repository until the issue has been resolved.
8+
[security@lando.dev](mailto:security@lando.dev). We manage security issues separately in a private repository until the issue has been resolved.
99
Even if you're not sure if it's a security problem, please contact the security team before filing an issue, blogging, or
1010
tweeting about it.
1111

1212
## Security Team
1313

14-
* [Dustin LeBlanc](https://github.com/dustinleblanc)
14+
* [Alec Reynolds](https://github.com/reynoldsalec)
1515
* [Mike Pirog](https://github.com/pirog)
16-
* [Geoff St. Pierre](https://github.com/serundeputy)
1716

1817
## Security Evaluations
1918

20-
Is your company looking at adopting Lando and performing a security evaluation? Contact [security@devwithlando.io](mailto:security@devwithlando.io) and we can help you get started.
19+
Is your company looking at adopting Lando and performing a security evaluation? Contact [security@lando.dev](mailto:security@lando.dev) and we can help you get started.

0 commit comments

Comments
 (0)