mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_BUILD] Fix document build failure
This commit is contained in:
parent
ef39e8329c
commit
2b9c58de56
28 changed files with 28 additions and 28 deletions
2
.github/ISSUE_TEMPLATE/bug_report_form.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_form.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
title: "[BUG] "
|
title: "[BUG] "
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[Idea] "
|
title: "[Idea] "
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build MCC and Documents
|
name: Build MCC and Documents
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
2
.github/workflows/deploy-doc-only.yml
vendored
2
.github/workflows/deploy-doc-only.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build Documents
|
name: Build Documents
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
2
.github/workflows/sync-translations-only.yml
vendored
2
.github/workflows/sync-translations-only.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Sync Translations
|
name: Sync Translations
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
/DebugTools/MinecraftClientProxy.suo
|
/DebugTools/MinecraftClientProxy.suo
|
||||||
/DebugTools/MinecraftClientProxy.v11.suo
|
/DebugTools/MinecraftClientProxy.v11.suo
|
||||||
/MinecraftClient.v11.suo
|
/MinecraftClient.v11.suo
|
||||||
/MinecraftClient.suo
|
/MinecraftClient.suo
|
||||||
|
|
|
||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
[submodule "ConsoleInteractive"]
|
[submodule "ConsoleInteractive"]
|
||||||
path = ConsoleInteractive
|
path = ConsoleInteractive
|
||||||
url = https://github.com/breadbyte/ConsoleInteractive
|
url = https://github.com/breadbyte/ConsoleInteractive
|
||||||
branch = main
|
branch = main
|
||||||
|
|
|
||||||
2
.idea/.gitignore
generated
vendored
2
.idea/.gitignore
generated
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
# Default ignored files
|
# Default ignored files
|
||||||
/.idea.MinecraftClient/.idea/workspace.xml
|
/.idea.MinecraftClient/.idea/workspace.xml
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Using the .NET official image for .NET 6.0
|
# Using the .NET official image for .NET 6.0
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:6.0
|
FROM mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
|
|
||||||
# If you want to use a specific build, un-comment the ENV MCC_VERSION line (remove the # from the start)
|
# If you want to use a specific build, un-comment the ENV MCC_VERSION line (remove the # from the start)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
MCC:
|
MCC:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd /opt/data || exit 1
|
cd /opt/data || exit 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<img src="https://i.pics.rs/LLDhE.png" alt="Logo"/>
|
<img src="https://i.pics.rs/LLDhE.png" alt="Logo"/>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
"project_id_env": "CROWDIN_PROJECT_ID"
|
"project_id_env": "CROWDIN_PROJECT_ID"
|
||||||
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
||||||
"base_path": "/"
|
"base_path": "/"
|
||||||
"preserve_hierarchy": true
|
"preserve_hierarchy": true
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import process from 'node:process'
|
import process from 'node:process'
|
||||||
import { viteBundler } from '@vuepress/bundler-vite'
|
import { viteBundler } from '@vuepress/bundler-vite'
|
||||||
import { webpackBundler } from '@vuepress/bundler-webpack'
|
import { webpackBundler } from '@vuepress/bundler-webpack'
|
||||||
import { defineUserConfig } from '@vuepress/cli'
|
import { defineUserConfig } from '@vuepress/cli'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
LangNameMap = {
|
LangNameMap = {
|
||||||
"af": "Afrikaans",
|
"af": "Afrikaans",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import type { HeadConfig } from '@vuepress/core'
|
import type { HeadConfig } from '@vuepress/core'
|
||||||
|
|
||||||
export const headConfig: HeadConfig[] = [
|
export const headConfig: HeadConfig[] = [
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import type { SiteLocaleData } from '@vuepress/shared'
|
import type { SiteLocaleData } from '@vuepress/shared'
|
||||||
import type { DefaultThemeLocaleData } from '@vuepress/theme-default'
|
import type { DefaultThemeLocaleData } from '@vuepress/theme-default'
|
||||||
import { headConfig } from '../head.js'
|
import { headConfig } from '../head.js'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is automatically generated by "gen_configs.py" */
|
/* This file is automatically generated by "gen_configs.py" */
|
||||||
import type { SiteLocaleConfig } from '@vuepress/shared'
|
import type { SiteLocaleConfig } from '@vuepress/shared'
|
||||||
import type { LocaleConfig } from '@vuepress/shared'
|
import type { LocaleConfig } from '@vuepress/shared'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Home
|
title: Home
|
||||||
home: true
|
home: true
|
||||||
heroImage: /images/MCC_logo_with_edge.png
|
heroImage: /images/MCC_logo_with_edge.png
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: About & Features
|
title: About & Features
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Chat Bots
|
title: Chat Bots
|
||||||
redirectFrom:
|
redirectFrom:
|
||||||
- "/g/bots/index.html"
|
- "/g/bots/index.html"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Configuration
|
title: Configuration
|
||||||
redirectFrom:
|
redirectFrom:
|
||||||
- "/g/conf/index.html"
|
- "/g/conf/index.html"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Contributing
|
title: Contributing
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Creating Chat Bots
|
title: Creating Chat Bots
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Installation
|
title: Installation
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Usage
|
title: Usage
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"name": "docs",
|
"name": "docs",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Documentation website for Minecraft Console Client (MCC)",
|
"description": "Documentation website for Minecraft Console Client (MCC)",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue