chore: remove unused /docs code (#54334)

This commit is contained in:
Huyen Nguyen
2024-04-09 23:31:39 +07:00
committed by GitHub
parent ec0905a323
commit 9b50707aba
3 changed files with 0 additions and 31 deletions
-6
View File
@@ -1,6 +0,0 @@
FROM node:20-alpine
# Install git
RUN apk add --no-cache git
RUN npm install -g docsify-cli prettier eslint
-24
View File
@@ -1,24 +0,0 @@
{
"context": "../..",
"customizations": {
"codespaces": {
"openFiles": ["docs/how-to-work-on-the-docs-theme.md"]
},
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"freeCodeCamp.freecodecamp-dark-vscode-theme"
]
}
},
"dockerFile": "Dockerfile",
"forwardPorts": [3400],
"portsAttributes": {
"3400": {
"label": "Docs",
"onAutoForward": "openPreview"
}
},
"postAttachCommand": "npm run docs:serve"
}