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: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Overview

This is the ownCloud Server documentation repository. It uses **Antora** (static site generator) with **AsciiDoc** (`.adoc`) format. The current component is `server` version `10.4`.
This is the ownCloud Classic documentation repository. It uses **Antora** (static site generator) with **AsciiDoc** (`.adoc`) format. The current component is `server` version `10.4`.

## Build Commands

Expand Down
2 changes: 1 addition & 1 deletion docs/build-the-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ npm run serve

This starts a simple webserver, using the `public` directory, (re)generated by `antora`, as the document root, listening on `http://localhost:8080`. Open the URL in your browser of choice and you'll see two links, as below.

**NOTE:** You will likely get a screen with the message "Page not found". In this case, you have to select the manual to view on the left side of the browser window. For owncloud Server, select _master_ as you usually start working there.
**NOTE:** You will likely get a screen with the message "Page not found". In this case, you have to select the manual to view on the left side of the browser window. For ownCloud Classic, select _master_ as you usually start working there.

![Viewing the locally generated Antora documentation](./images/viewing-the-locally-generated-antora-documentation.png)

Expand Down