[qns] move quiz submodules directory

This commit is contained in:
Yangshun 2024-06-28 09:08:31 +08:00
parent 2980365556
commit 06d408d39c
11 changed files with 11 additions and 84 deletions

10
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "front-end-interview-handbook"]
path = front-end-interview-handbook
[submodule "submodules/top-javascript-interview-questions"]
path = submodules/top-javascript-interview-questions
url = https://github.com/yangshun/top-javascript-interview-questions
[submodule "submodules/front-end-interview-handbook"]
path = submodules/front-end-interview-handbook
url = https://github.com/yangshun/front-end-interview-handbook
[submodule "top-javascript-interview-questions"]
path = top-javascript-interview-questions
url = https://github.com/yangshun/top-javascript-interview-questions/

View File

@ -925,32 +925,6 @@
"css"
]
},
{
"author": null,
"companies": [],
"created": 1630800000,
"difficulty": "easy",
"duration": 5,
"excerpt": null,
"featured": false,
"format": "quiz",
"frameworkDefault": null,
"frameworks": [],
"href": "/questions/quiz/whats-the-difference-between-an-attribute-and-a-property",
"importance": "mid",
"languages": [],
"nextQuestions": [],
"premium": false,
"published": true,
"ranking": 100,
"similarQuestions": [],
"slug": "whats-the-difference-between-an-attribute-and-a-property",
"subtitle": null,
"title": "What's the difference between an \"attribute\" and a \"property\"?",
"topics": [
"javascript"
]
},
{
"author": null,
"companies": [],

View File

@ -925,32 +925,6 @@
"css"
]
},
{
"author": null,
"companies": [],
"created": 1630800000,
"difficulty": "easy",
"duration": 5,
"excerpt": null,
"featured": false,
"format": "quiz",
"frameworkDefault": null,
"frameworks": [],
"href": "/questions/quiz/whats-the-difference-between-an-attribute-and-a-property",
"importance": "mid",
"languages": [],
"nextQuestions": [],
"premium": false,
"published": true,
"ranking": 100,
"similarQuestions": [],
"slug": "whats-the-difference-between-an-attribute-and-a-property",
"subtitle": null,
"title": "Qual é a diferença entre um \"atributo\" e uma \"propriedade\"?",
"topics": [
"javascript"
]
},
{
"author": null,
"companies": [],

View File

@ -925,32 +925,6 @@
"css"
]
},
{
"author": null,
"companies": [],
"created": 1630800000,
"difficulty": "easy",
"duration": 5,
"excerpt": null,
"featured": false,
"format": "quiz",
"frameworkDefault": null,
"frameworks": [],
"href": "/questions/quiz/whats-the-difference-between-an-attribute-and-a-property",
"importance": "mid",
"languages": [],
"nextQuestions": [],
"premium": false,
"published": true,
"ranking": 100,
"similarQuestions": [],
"slug": "whats-the-difference-between-an-attribute-and-a-property",
"subtitle": null,
"title": "\"attribute\" 和 \"property\" 之间有什么区别?",
"topics": [
"javascript"
]
},
{
"author": null,
"companies": [],

View File

@ -48,6 +48,7 @@ function requestToPaths({ params }: Props): Readonly<{
process.cwd(),
'..',
'..',
'submodules',
'front-end-interview-handbook',
'packages',
'behavioral-interview-guidebook',

View File

@ -52,6 +52,7 @@ function requestToPaths({ params }: Props): Readonly<{
process.cwd(),
'..',
'..',
'submodules',
'front-end-interview-handbook',
'packages',
'front-end-interview-guidebook',

View File

@ -46,6 +46,7 @@ function requestToPaths({ params }: Props): Readonly<{
process.cwd(),
'..',
'..',
'submodules',
'front-end-interview-handbook',
'packages',
'system-design',

View File

@ -4,6 +4,7 @@ export const QUESTIONS_SRC_DIR_QUIZ_NON_JS = path.join(
process.cwd(),
'..',
'..',
'submodules',
'front-end-interview-handbook',
'packages',
'quiz',
@ -13,6 +14,7 @@ export const QUESTIONS_SRC_DIR_QUIZ_JS = path.join(
process.cwd(),
'..',
'..',
'submodules',
'top-javascript-interview-questions',
'questions',
);

@ -1 +0,0 @@
Subproject commit 1ebcf861e484ab9af84df267a33bf03ffd164ca9

@ -0,0 +1 @@
Subproject commit 27b7c684713cbbdfd54351151fe8387e7a4e7a50