From 8f1f940f459fd5051f8f12d9682cbb985bc778dd Mon Sep 17 00:00:00 2001 From: Dervex Date: Fri, 22 Nov 2024 15:55:51 +0100 Subject: [PATCH] Change default value for `name` field in project file --- api/project.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/project.mdx b/api/project.mdx index d67b4e7..063a427 100644 --- a/api/project.mdx +++ b/api/project.mdx @@ -11,7 +11,7 @@ Argon projects are JSON files that have the `.project.json` extension. They have | Field | Default | Description | | --------------- | ------------ | ----------------------------------------------------------------------------------------------------- | -| `name`\* | **Required** | The name of the project, displayed by Argon | +| `name`\* | `default` | The name of the project, displayed by Argon | | `tree`\* | **Required** | An [Instance Description](#instance-description) describing the root instance of the project | | `host` | `localhost` | The host name that Argon server should be running on | | `port` | `8000` | The port number that Argon server should be running on |