Skip to content

Commit 5bbf9f6

Browse files
committed
basic info added, icons updated
1 parent fdbe8d4 commit 5bbf9f6

31 files changed

Lines changed: 19 additions & 513 deletions

docs/img.png

440 KB
Loading

docs/intro.md

Lines changed: 10 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,15 @@
11
---
22
sidebar_position: 1
3+
title: Инфо
34
---
5+
# Команда 48
6+
## Информация по всем проектам
7+
- [Таблица прогресса по командам](https://docs.google.com/spreadsheets/d/1aIlkYQDt6F10KSe3MAiNowx78AeuF8sG9a47-R3j_DQ/edit?usp=sharing)
8+
- [Таблица с командами](https://docs.google.com/spreadsheets/d/1Gi68Y5K-MWl82ieMQW2jaStWNxzEKLnlf6PnVKHeNeI/edit?gid=0#gid=0)
9+
- [Бот записи прогресса](https://t.me/fitipphysicsprog_bot)
10+
- [Бот записи на встречи](https://t.me/fitipphysics_bot)
411

5-
# Tutorial Intro
12+
# Наш проект
13+
- [Организация на GitHub](https://github.com/parktrack-project)
614

7-
Let's discover **Docusaurus in less than 5 minutes**.
8-
9-
## Getting Started
10-
11-
Get started by **creating a new site**.
12-
13-
Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
14-
15-
### What you'll need
16-
17-
- [Node.js](https://nodejs.org/en/download/) version 20.0 or above:
18-
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
19-
20-
## Generate a new site
21-
22-
Generate a new Docusaurus site using the **classic template**.
23-
24-
The classic template will automatically be added to your project after you run the command:
25-
26-
```bash
27-
npm init docusaurus@latest my-website classic
28-
```
29-
30-
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
31-
32-
The command also installs all necessary dependencies you need to run Docusaurus.
33-
34-
## Start your site
35-
36-
Run the development server:
37-
38-
```bash
39-
cd my-website
40-
npm run start
41-
```
42-
43-
The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
44-
45-
The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
46-
47-
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
15+
![img.png](img.png)

docs/mainpage_links.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,19 @@ const config = {
7777
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
7878
({
7979
// Replace with your project's social card
80-
image: 'img/docusaurus-social-card.jpg',
8180
colorMode: {
8281
respectPrefersColorScheme: true,
8382
},
8483
navbar: {
8584
title: 'ParkTrack Docs',
8685
logo: {
8786
alt: 'ParkTrack Docs',
88-
src: 'img/logo.svg',
87+
src: 'img/small_cropped.jpg',
8988
},
9089
items: [
9190
{
92-
type: 'docSidebar',
93-
sidebarId: 'tutorialSidebar',
94-
position: 'left',
95-
label: 'Tutorial',
91+
href: '/docs/api',
92+
label: 'API',
9693
},
9794
{
9895
href: 'https://github.com/parktrack-project',

src/components/HomepageFeatures/index.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/components/HomepageFeatures/styles.module.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ import {ThemeClassNames} from '@docusaurus/theme-common';
88
import Heading from '@theme/Heading';
99
import styles from './index.module.css';
1010

11-
import LinksContent from '../../docs/mainpage_links.md';
11+
import LinksContent from '../../docs/intro.md';
1212

1313
function HomepageHeader() {
1414
const {siteConfig} = useDocusaurusContext();
1515
return (
1616
<header className={clsx('hero hero--primary', styles.heroBanner)}>
1717
<div className="container">
1818
<Heading as="h1" className="hero__title">
19-
{siteConfig.title}
19+
Карта свободных парковок
2020
</Heading>
2121
<p className="hero__subtitle">{siteConfig.tagline}</p>
2222
<div className={styles.buttons}>
2323
<Link
2424
className="button button--secondary button--lg"
25-
to="/docs/intro">
26-
Open Docs 🚀️
25+
to="/docs/api">
26+
Открыть документацию 🚀️
2727
</Link>
2828
</div>
2929
</div>

static/img/big_cropped.jpg

157 KB
Loading

static/img/docs_icon.png

30.2 KB
Loading
-54.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)