Skip to content

Commit 191c99d

Browse files
[website] improve titles
1 parent 3b433bd commit 191c99d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
11-
title: 'Hal9: Create and Share Powerful AIs',
11+
title: 'Hal9',
1212
tagline: 'Hal9 provides enterprise-ready, secure, customizable, model-agnostic AIs powered by the best AI libraries.',
1313
favicon: 'img/favicon.ico',
1414
url: 'https://hal9.com',

website/learn/code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Hal9](https://hal9.com/): Create and Share Generative Apps
1+
# Developers
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![Hal9 PyPi Downloads](https://img.shields.io/pypi/dm/hal9?label=PyPI)](https://pypistats.org/packages/hal9)

website/learn/enterprise/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: "Enterprise"
55

66
import ThemedImage from '../../src/components/themedimg.jsx'
77

8-
# Hal9 Enterprise
8+
# Enterprise
99

1010
## Generative AI for the Modern Enterprise
1111

website/learn/genai/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generative AI
1+
# Concepts
22

33
Generative Artificial Intelligence (**GenAI**) is a version of Artificial Intelligence (**AI**) that is good at generating content: text, images, sounds, videos, code, etc.
44

website/learn/interface/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ThemedImage from '../../src/components/themedimg.jsx'
22

3-
# Hal9: Create and Share Powerful AIs
3+
# User Interface
44

55
Hal9 is a platform designed to simplify the creation and sharing of powerful AIs. Unlike traditional chatbots, Hal9 enables you to go beyond basic chat interfaces and the generic capabilities offered by services like ChatGPT, Gemini, or Claude.
66

website/src/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Floating } from '../components/floating.jsx';
22

3-
# [Hal9](/): Create and Share Powerful AIs
3+
# Create and Share Powerful AIs
44

55
Learn how to use and create AIs from simple templates built from the user interface, to complex ones created from templates and code.
66

0 commit comments

Comments
 (0)