From ab9cafc70ef1c6ee747babc3bae98770a6f19629 Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 8 May 2025 14:06:21 +0300 Subject: [PATCH] chore: small improvements --- services/docs/README.md | 42 +---------------------------------- services/frontend/README.md | 1 + tests/postman_collection.json | 2 +- 3 files changed, 3 insertions(+), 42 deletions(-) create mode 100644 services/frontend/README.md diff --git a/services/docs/README.md b/services/docs/README.md index 0c6c2c2..4b56b64 100644 --- a/services/docs/README.md +++ b/services/docs/README.md @@ -1,41 +1 @@ -# Website - -This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. - -### Installation - -``` -$ yarn -``` - -### Local Development - -``` -$ yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -### Build - -``` -$ yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Using SSH: - -``` -$ USE_SSH=true yarn deploy -``` - -Not using SSH: - -``` -$ GIT_USER= yarn deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. +# DataRush Docs diff --git a/services/frontend/README.md b/services/frontend/README.md new file mode 100644 index 0000000..5e55185 --- /dev/null +++ b/services/frontend/README.md @@ -0,0 +1 @@ +# DataRush Frontend diff --git a/tests/postman_collection.json b/tests/postman_collection.json index 8893297..3f328d6 100644 --- a/tests/postman_collection.json +++ b/tests/postman_collection.json @@ -1,7 +1,7 @@ { "info": { "_postman_id": "fd33ed4f-84b5-4045-b926-22d989876fb0", - "name": "Datarush tests", + "name": "DataRush tests", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", "_exporter_id": "29887339" },