mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 01:25:54 +08:00
docs: remove commented code
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user