Get Started

Ideas

Get Started

Welcome

In this section, you’ll find everything required to get started, understand the platform, and make the most out of it.

Scroll 1

Getting Started

  • Introduction

  • Installation

  • Guides

    • Basic Usage

    • Advanced Configuration

  • API Reference

    • Authentication

    • Endpoints

  • Support

    • FAQ

    • Contact

Contenido central

# Acme Documentation

## Introduction {#introduction}
Bienvenido a la documentación de **Acme**, donde vas a encontrar guías, ejemplos y referencias técnicas.

## Installation {#installation}
Para instalar Acme, corré:

```bash
npm install acme

Basic Usage {#usage}

# Acme Documentation

## Introduction {#introduction}
Bienvenido a la documentación de **Acme**, donde vas a encontrar guías, ejemplos y referencias técnicas.

## Installation {#installation}
Para instalar Acme, corré:

Un ejemplo básico para empezar:

gffdgdfgfgfgf

Header 1

Header 2

Header 3

Cell 1-1

Cell 1-2

Cell 1-3

Cell 2-1

Cell 2-2

Cell 2-3

import { Acme } from "acme";

const app = new Acme();
app.start();


Scroll 2

Advanced Configuration {#config}

Podés modificar parámetros de logging, seguridad y más.

Authentication {#auth}

Todas las llamadas requieren un API Key que podés generar en tu dashboard.

Endpoints {#endpoints}

  • GET /api/v1/users

  • POST /api/v1/data

  • DELETE /api/v1/resource/:id

FAQ {#faq}

P: ¿Acme funciona en Windows?
R: Sí, soporta Windows, Linux y macOS.

Contact {#contact}

Tenés dudas? Escribinos a support@acme.com.

---

### Índice lateral derecho (Table of Contents)
- [Introduction](#introduction)  
- [Installation](#installation)  
- [Usage](#usage)  
- [Configuration](#config)  
- [Authentication](#auth)  
- [Endpoints](#endpoints)  
- [FAQ](#faq)  
- [Contact](#contact)  

---

🔑 En Framer lo harías así:  
- **Sidebar izquierdo**: un frame con links (pueden ser del CMS).  
- **Contenido**: un Rich Text con los headings (`H2`/`H3`) y anchors (`{#id}`).  
- **Índice derecho**: frame con links que apuntan a `#id`.  

---

¿Querés que te arme este ejemplo en **formato visual (mockup de Framer)** para que veas la estructura de frames, o preferís que te lo deje solo como texto/código para copiar en tu proyecto

ON THIS PAGE