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

Commit

Permalink
lets see where we at
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Feb 8, 2024
1 parent 1dbb433 commit 5d4b7cb
Show file tree
Hide file tree
Showing 11 changed files with 180 additions and 135 deletions.
93 changes: 30 additions & 63 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
collection: 'lando101',
},
icon: hat,
iconLink: '/lando101',
iconLink: '/lando-101',
patterns: ['lando-101/**/*.md'],
},
post: {
Expand Down Expand Up @@ -93,75 +93,42 @@ export default defineConfig({
text: 'Contributing',
collapsed: true,
items: [
{text: 'Getting Involved', link: '/contrib/index.html'},
{text: 'Coding', link: '/contrib/coder.html'},
{text: 'Evangelizing', link: '/contrib/evangelist.html'},
{text: 'Sponsoring', link: '/contrib/sponsoring.html'},
{text: 'Getting Involved', link: '/contrib/index'},
{text: 'Coding', link: '/contrib/coder'},
{text: 'Evangelizing', link: '/contrib/evangelist'},
{text: 'Sponsoring', link: '/contrib/sponsoring'},
{text: 'Security', link: '/security'},
{text: 'Team', link: '/team'},
],
},
{
text: 'Lando 101',
link: '/lando-101',
},
{
text: 'Guides',
link: '/guides',
collapsed: false,
items: [
{
text: 'Lando 101',
link: '/lando-101',
},
{
text: 'Guides',
link: '/guides',
},
{
text: 'Examples',
link: 'https://github.com/lando/core/tree/main/examples',
},
],
},
{
text: 'Examples',
link: 'https://github.com/lando/core/tree/main/examples',
collapsed: false,
items: [
{
text: 'Plugins',
link: '/plugins',
},
],
},

],
},
},
});

// function configSideBar() {
// return [
// {
// text: 'Theme Configuration',
// collapsed: false,
// items: [
// {text: 'Configuration', link: '/config/config'},
// {text: 'Frontmatter', link: '/config/frontmatter'},
// {text: 'useCollection()', link: '/composables/use-collection'},
// {text: 'useTeam()', link: '/composables/use-team'},
// ],
// },
// {
// text: 'Pages',
// collapsed: false,
// items: [
// {text: 'Collections', link: '/pages/collections'},
// {text: 'Teams', link: '/pages/teams'},
// ],
// },
// {
// text: 'Global Components',
// collapsed: false,
// items: [
// {text: 'Jobs', link: '/components/jobs'},
// {text: 'MailChimp', link: '/components/mailchimp'},
// {text: 'Sponsor', link: '/components/sponsors'},
// {text: 'YouTube', link: '/components/youtube'},
// ],
// },
// {
// text: 'Markdown Containers',
// collapsed: false,
// items: [
// {text: 'Admonitions', link: '/markdown/admonitions'},
// {text: 'Alignments', link: '/markdown/alignments'},
// {text: 'Boxes', link: '/markdown/boxes'},
// {text: 'Cards', link: '/markdown/cards'},
// {text: 'Columns', link: '/markdown/columns'},
// {text: 'Highlights', link: '/markdown/highlights'},
// {text: 'Tabs', link: '/markdown/tabs'},
// {text: 'Thumbnails', link: '/markdown/thumbnails'},
// {text: 'Advanced', link: '/guides/advanced-markdown'},
// ],
// },
// {text: 'Blog', link: '/blog'},
// {text: 'Guides', link: '/guides'},
// ];
// }
8 changes: 7 additions & 1 deletion getting-started/first-app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
description: Learn how to boot up and initialize your first project for usage with Lando with a Hello World!, Drupal 9 and Pantheon example.
next: /lando-101
next:
text: Lando 101
link: /lando-101
---

# Starting your first app
Expand Down Expand Up @@ -90,3 +92,7 @@ lando start
# Import your database and files
lando pull
```

## More

Continue your journey with our brief [Lando 101](/lando-101) course.
4 changes: 4 additions & 0 deletions guides/lando-corporate-network-tips.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Lando in Corporate Network Environments
---

# Lando in Corporate Network Environments

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.
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const heralds = getSponsorTier(sponsors, 'herald');

const all = patriots.concat(allies);

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

</script>

Expand Down
4 changes: 1 addition & 3 deletions lando-101.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ sidebar: false
<script setup>
import {VPLCollectionPage, VPLCollectionPageTitle, VPLCollectionItems} from '@lando/vitepress-theme-default-plus';
import {useCollection} from '@lando/vitepress-theme-default-plus';

const {pages} = useCollection('lando-101');

const {pages} = useCollection('lando101');
</script>

<VPLCollectionPage>
Expand Down
37 changes: 0 additions & 37 deletions lando-101/index.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.26",
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.27",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.9.1",
Expand Down
125 changes: 104 additions & 21 deletions plugins.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,111 @@
---
description: Learn about the team that made VitePress Default Theme Plus.
layout: page
title: Team
description: Browse, filter, sort, search and vibe all the plugins in the Lando ecosystem
title: Plugins
---

<VPLTeamPage>
<VPLTeamPageTitle>
<template #title>
Team
</template>
<template #lead>
We are the people who brought dotnet to Lando.
</template>
</VPLTeamPageTitle>
<VPLTeamMembers :members="members" size="small"/>
</VPLTeamPage>
# Plugins

<script setup>
import {VPLTeamPage, VPLTeamPageTitle, VPLTeamMembers} from '@lando/vitepress-theme-default-plus'
import {useTeam} from '@lando/vitepress-theme-default-plus';
import {data} from './plugins.data.mjs';
:::: brand Recipes
::: third
* [Acquia](https://docs.lando.dev/acquia)
* [Lagoon](https://docs.lando.dev/lagoon)
* [Pantheon](https://docs.lando.dev/pantheon)
* [Platform.sh](https://docs.lando.dev/platformsh)
:::

console.log(data);
::: third
* [Backdrop](https://docs.lando.dev/backdrop)
* [Drupal](https://docs.lando.dev/drupal)
* [Joomla](https://docs.lando.dev/joomla)
* [Laravel](https://docs.lando.dev/laravel)
* [Symfony](https://docs.lando.dev/symfony)
* [WordPress](https://docs.lando.dev/wordpress)
:::

const members = useTeam();
::: third
* [LAMP](https://docs.lando.dev/lamp)
* [LEMP](https://docs.lando.dev/lemp)
* [MEAN](https://docs.lando.dev/mean)
:::
::::

</script>
:::: success Runtimes
::: third
* [dotnet](https://docs.lando.dev/dotnet)
* [go](https://docs.lando.dev/go)
:::

::: third
* [node](https://docs.lando.dev/node)
* [php](https://docs.lando.dev/php)
:::

::: third
* [python](https://docs.lando.dev/python)
* [ruby](https://docs.lando.dev/ruby)
:::
::::

:::: tip Databases
::: third
* [mariadb](https://docs.lando.dev/mariadb)
* [MongoDB](https://docs.lando.dev/mongo)
:::

::: third
* [MSSQL](https://docs.lando.dev/mssql)
* [MySQL](https://docs.lando.dev/mysql)
:::

::: third
* [PostreSQL](https://docs.lando.dev/postgres)
:::
::::

:::: tip Caches
::: third
* [memcached](https://docs.lando.dev/memcached)
:::

::: third
* [redis](https://docs.lando.dev/redis)
:::

::: third
* [Varnish](https://docs.lando.dev/redis)
:::
::::

:::: tip Indexes
::: half
* [Elasticsearch](https://docs.lando.dev/elasticsearch)
:::

::: half
* [Solr](https://docs.lando.dev/solr)
:::
::::

:::: tip Web
::: third
* [Apache](https://docs.lando.dev/apache)
:::

::: third
* [nginx](https://docs.lando.dev/nginx)
:::

::: third
* [Tomcat](https://docs.lando.dev/tomcat)
:::
::::

:::: tip Tools
::: half
* [MailHog](https://docs.lando.dev/mailhog)
:::

::: half
* [PHPMyAdmin](https://docs.lando.dev/phpmyadmin)
:::
::::
7 changes: 3 additions & 4 deletions help/security.md → security.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ description: Learn how to submit a security issue to Lando.
# Security

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

## Security Team

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

## Security Evaluations

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.
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.
Loading

0 comments on commit 5d4b7cb

Please sign in to comment.