docs: remove commented code

This commit is contained in:
Greg Richardson
2023-07-24 08:47:53 -06:00
committed by GitHub
parent 1e8aa0c0d5
commit 4e875a899b
2 changed files with 0 additions and 16 deletions

View File

@@ -988,8 +988,6 @@ export const supabase_cli: NavMenuConstant = {
name: 'GitHub Action',
url: undefined,
items: [
// { name: 'Getting started', url: '/guides/cli/github-action/intro' },
// { name: 'Managing database migrations', url: '/guides/cli/github-action/migrations' },
{
name: 'Generate types from your database',
url: '/guides/cli/github-action/generating-types',

View File

@@ -21,20 +21,6 @@ const externalSite = 'https://supabase.github.io/setup-cli'
// Each external docs page is mapped to a local page
const pageMap = [
// {
// slug: 'intro',
// meta: {
// title: 'Getting Started',
// },
// remoteFile: 'index.md',
// },
// {
// slug: 'migrations',
// meta: {
// title: 'Managing database migrations',
// },
// remoteFile: 'migrations.md',
// },
{
slug: 'generating-types',
meta: {