Skip to content

apify/apify-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,868 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apify documentation

Check & Release

Overview

This repository is the home of Apify's documentation, available at docs.apify.com. The documentation uses Markdown and Docusaurus.

Documentation structure

Documentation ecosystem consists of:

Getting started

Before contributing, read these essential resources:

Prerequisites

  • Node.js 22 (see .nvmrc)
  • npm or pnpm
  • Git

Quick setup

# Clone the repository
git clone https://github.com/apify/apify-docs.git
cd apify-docs

# Install dependencies
npm install

# Start development server
npm start

The site will be available at http://localhost:3000

Available scripts

  • npm start - Start development server with API docs
  • npm run build - Build for production
  • npm run lint - Run all linting checks
  • npm run lint:fix - Fix linting issues automatically
  • npm run api:rebuild - Regenerate API documentation

Documentation architecture

Documentation consists of these main sections:

  1. Academy: Collection of mostly platform-independent courses on scraping techniques.
  2. Platform: Main documentation for using Apify as a product.
  3. API: API reference and client libraries documentation.
  4. SDK: SDK libraries documentation.
  5. CLI: Documentation for building code and platform interaction.

Source repositories

  • apify-docs (this repository)
  • apify-client-js
  • apify-client-python
  • apify-sdk-js
  • apify-sdk-python
  • apify-cli

Architecture

Documentation is built using:

  • Docusaurus: Powers the documentation platform
  • Shared theme: Custom @apify/docs-theme package
  • Automated deployment: CI/CD pipeline for continuous updates
  • nginx routing: Handles subdomain routing and redirects

Need help

About

This project is the home of Apify's documentation.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors