diff --git a/CLAUDE.md b/CLAUDE.md index 7d74c638b..245186f55 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 diff --git a/docs/build-the-docs.md b/docs/build-the-docs.md index c947c8599..98d0b6147 100644 --- a/docs/build-the-docs.md +++ b/docs/build-the-docs.md @@ -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)