mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
|
|||||||
const config: Config = {
|
const config: Config = {
|
||||||
title: 'DataRush',
|
title: 'DataRush',
|
||||||
tagline: 'Изучите основы анализа данных здесь!',
|
tagline: 'Изучите основы анализа данных здесь!',
|
||||||
favicon: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru/logo.svg',
|
favicon: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg',
|
||||||
|
|
||||||
url: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru',
|
url: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
@@ -36,12 +36,12 @@ const config: Config = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
image: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru/logo.svg',
|
image: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg',
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'DataRush',
|
title: 'DataRush',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'My Site Logo',
|
alt: 'DataRush',
|
||||||
src: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru/logo.svg',
|
src: 'https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /docs {
|
location /docs {
|
||||||
|
rewrite ^/docs/(.*)$ /$1 break;
|
||||||
proxy_pass http://docs:3000;
|
proxy_pass http://docs:3000;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|||||||
Reference in New Issue
Block a user