Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/pages/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Getting Started

# {% $markdoc.frontmatter.title %}

> **⚠️ Maintenance Mode:** This project is currently in maintenance mode and is not under active development. We recommend using [Railpack](https://github.com/railwayapp/railpack) as a replacement.

To get started with Nixpacks you need an app that you want to build and package. You can bring your own or use one of the [many examples on GitHub](https://github.com/railwayapp/nixpacks/tree/main/examples).

## 1. Install
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Introduction

# {% $markdoc.frontmatter.title %}

> **Note:** Nixpacks is currently in maintenance mode and is not under active development.
> **⚠️ Maintenance Mode:** This project is currently in maintenance mode and is not under active development. We recommend using [Railpack](https://github.com/railwayapp/railpack) as a replacement.

Nixpacks takes a source directory and produces an OCI compliant image that can be deployed anywhere. The project was started by [Railway](https://railway.app) and is open source on [GitHub](https://github.com/railwayapp/nixpacks).

Expand Down
2 changes: 2 additions & 0 deletions docs/pages/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Installation

# {% $markdoc.frontmatter.title %}

> **⚠️ Maintenance Mode:** This project is currently in maintenance mode and is not under active development. We recommend using [Railpack](https://github.com/railwayapp/railpack) as a replacement.

## Homebrew

Install Nixpacks with [Homebrew](https://brew.sh/) (macOS Only)
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Nixpacks
description: App source + Nix packages + Docker = Image
---

> **⚠️ Maintenance Mode:** This project is currently in maintenance mode and is not under active development. We recommend using [Railpack](https://github.com/railwayapp/railpack) as a replacement.

## What is it?

Nixpacks takes a source directory and produces an OCI compliant image that can be deployed anywhere. The project is open source on [GitHub](https://github.com/railwayapp/nixpacks).
Expand Down