Change name

This commit is contained in:
Takeshi Kimata
2024-06-09 22:07:26 +09:00
parent 369cd09c1c
commit dbd842ee25
24 changed files with 36 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
# LandTCMS Document
# UnitTCMS Document
### Install dependencies

View File

@@ -6,7 +6,7 @@ sidebar_position: 4
We would like to be able to display results not only from manual test management, but also from automated test tools such as Vitest, Google Test, Selenium, etc.
Since the JUnit xml format is the de facto standard, we will import via the xml file. LandTCMS itself should also be able to report manual test results in Junit XML format.
Since the JUnit xml format is the de facto standard, we will import via the xml file. UnitTCMS itself should also be able to report manual test results in Junit XML format.
![integration](./img/integration.png)

View File

@@ -2,6 +2,6 @@
sidebar_position: 3
---
# Running LandTCMS as a Docker container
# Running UnitTCMS as a Docker container
Under development

View File

@@ -2,7 +2,7 @@
sidebar_position: 2
---
# Running LandTCMS manually
# Running UnitTCMS manually
:::info[Prerequisite]
@@ -10,12 +10,12 @@ Prerequisite: v20 or higher node must be installed.
:::
To use LandTCMS, you need run frontend server and backend server (API server).
To use UnitTCMS, you need run frontend server and backend server (API server).
First, clone the repository.
```bash
git clone git@github.com:kimatata/landtcms.git
git clone git@github.com:kimatata/unittcms.git
```
## Run backend server

View File

@@ -4,7 +4,7 @@ sidebar_position: 1
# Self hosting
LandTCMS is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”.
UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”.
- Manual
- Docker

View File

@@ -2,6 +2,6 @@
sidebar_position: 1
---
# LandTCMS
# UnitTCMS
Open Source Test Case Management Web Application

View File

@@ -4,7 +4,7 @@ sidebar_position: 1
# Roles
There are two types of roles in LandTCMS: "Global roles" and "Project roles".
There are two types of roles in UnitTCMS: "Global roles" and "Project roles".
## Global roles

View File

@@ -8,7 +8,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'LandTCMS',
title: 'UnitTCMS',
// tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',
@@ -16,12 +16,12 @@ const config = {
url: 'https://kimatata.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/landtcms/',
baseUrl: '/unittcms/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'kimatata', // Usually your GitHub org/user name.
projectName: 'landtcms', // Usually your repo name.
projectName: 'unittcms', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@@ -58,16 +58,16 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'LandTCMS',
title: 'UnitTCMS',
logo: {
alt: 'LandTCMS Logo',
src: 'img/android-chrome-192x192.png',
alt: 'UnitTCMS Logo',
src: 'img/icon-192.png',
},
items: [{ to: '/docs', label: 'Docs', position: 'left' }],
},
footer: {
style: 'light',
copyright: `Copyright © ${new Date().getFullYear()} LandTCMS. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} UnitTCMS. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,

View File

@@ -8,7 +8,7 @@ const FeatureList = [
Svg: require('@site/static/img/certificate-svgrepo-com.svg').default,
description: (
<>
LandTCMS is free and open source. The application can be self-hosted. It can be deployed in environments with
UnitTCMS is free and open source. The application can be self-hosted. It can be deployed in environments with
strict security requirements.
</>
),

View File

@@ -13,7 +13,7 @@ export default function Home() {
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<Heading as="h1" className="hero__title">
LandTCMS
UnitTCMS
</Heading>
<p className="hero__subtitle">Open Source Test Case Management Web Application</p>
Integrate and manage all your software testing.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
docs/static/img/icon-192.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB