mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat: add license files for JavaScript assets and implement DocItem component
- Added LICENSE.txt file for JavaScript assets in the build directory, including licenses for NProgress and React libraries. - Introduced a new runtime JavaScript file for handling module loading. - Created a new DocItem component to manage document rendering and metadata handling in the Docusaurus theme. - Implemented tests for the docs proxy server to ensure proper routing to the configured docsPort.
This commit is contained in:
@@ -3,10 +3,16 @@
|
||||
"main"
|
||||
],
|
||||
"origins": {
|
||||
"82": [
|
||||
401,
|
||||
869,
|
||||
82
|
||||
],
|
||||
"723": [
|
||||
723
|
||||
],
|
||||
"17896441": [
|
||||
82,
|
||||
869,
|
||||
401
|
||||
],
|
||||
@@ -136,6 +142,7 @@
|
||||
"styles": [
|
||||
11,
|
||||
48,
|
||||
82,
|
||||
354,
|
||||
401,
|
||||
792,
|
||||
@@ -179,6 +186,15 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"82": {
|
||||
"js": [
|
||||
{
|
||||
"file": "assets/js/82.83021dee.js",
|
||||
"hash": "85e1a90e6c998c54",
|
||||
"publicPath": "/docs/zh/assets/js/82.83021dee.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
"98": {
|
||||
"js": [
|
||||
{
|
||||
@@ -263,9 +279,9 @@
|
||||
"354": {
|
||||
"js": [
|
||||
{
|
||||
"file": "assets/js/runtime~main.bd5a8ace.js",
|
||||
"hash": "e9e746aba7bc0059",
|
||||
"publicPath": "/docs/zh/assets/js/runtime~main.bd5a8ace.js"
|
||||
"file": "assets/js/runtime~main.1a215224.js",
|
||||
"hash": "6124961f9fb0fe95",
|
||||
"publicPath": "/docs/zh/assets/js/runtime~main.1a215224.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -281,9 +297,9 @@
|
||||
"401": {
|
||||
"js": [
|
||||
{
|
||||
"file": "assets/js/17896441.d1575d23.js",
|
||||
"hash": "056571beacec7d2b",
|
||||
"publicPath": "/docs/zh/assets/js/17896441.d1575d23.js"
|
||||
"file": "assets/js/17896441.1cf08a80.js",
|
||||
"hash": "31f054e7c91e39e1",
|
||||
"publicPath": "/docs/zh/assets/js/17896441.1cf08a80.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -398,9 +414,9 @@
|
||||
"792": {
|
||||
"js": [
|
||||
{
|
||||
"file": "assets/js/main.fa249fd1.js",
|
||||
"hash": "5a1abc0f0370f175",
|
||||
"publicPath": "/docs/zh/assets/js/main.fa249fd1.js"
|
||||
"file": "assets/js/main.4a9bfa07.js",
|
||||
"hash": "0bc96b50c8fc427f",
|
||||
"publicPath": "/docs/zh/assets/js/main.4a9bfa07.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user