Compare commits
10 Commits
784d62c950
...
f464ba2d31
| Author | SHA1 | Date | |
|---|---|---|---|
| f464ba2d31 | |||
|
|
fceaec6050 | ||
|
|
26967308e9 | ||
|
|
c29e7126c9 | ||
|
|
22adad3a2e | ||
|
|
255142acd0 | ||
|
|
6e0cc0e491 | ||
|
|
189f7d30d9 | ||
|
|
1c0f094653 | ||
|
|
da5935ea33 |
0
.browserslistrc
Normal file → Executable file
0
.commitlintrc.json
Normal file → Executable file
0
.dockerignore
Normal file → Executable file
0
.editorconfig
Normal file → Executable file
0
.eslintignore
Normal file → Executable file
0
.eslintrc.js
Normal file → Executable file
0
.gitattributes
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/Support.md
vendored
Normal file → Executable file
0
.github/dependabot.yaml
vendored
Normal file → Executable file
0
.github/lock.yml
vendored
Normal file → Executable file
0
.github/pull_request_template.md
vendored
Normal file → Executable file
0
.github/workflows/codeql.yml
vendored
Normal file → Executable file
0
.github/workflows/dependabot-merge.yml
vendored
Normal file → Executable file
0
.github/workflows/docker-build-push.yml
vendored
Normal file → Executable file
0
.github/workflows/docker-image-check.yml
vendored
Normal file → Executable file
0
.github/workflows/nodejs.yml
vendored
Normal file → Executable file
0
.github/workflows/release-swagger-ui-react.yml
vendored
Normal file → Executable file
0
.github/workflows/release-swagger-ui.yml
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.lintstagedrc
Normal file → Executable file
0
.npmignore
Normal file → Executable file
0
.prettierrc.yaml
Normal file → Executable file
0
.releaserc
Normal file → Executable file
2
Dockerfile
Normal file → Executable file
@@ -11,7 +11,7 @@ LABEL maintainer="vladimir.gorej@gmail.com" \
|
||||
org.opencontainers.image.description="SwaggerUI Docker image" \
|
||||
org.opencontainers.image.licenses="Apache-2.0"
|
||||
|
||||
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r4"
|
||||
RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r5" "libexpat>=2.7.0-r0" "libxslt>=1.1.42-r2" "xz-libs>=5.6.3-r1" "c-ares>=1.34.5-r0"
|
||||
|
||||
LABEL maintainer="char0n"
|
||||
|
||||
|
||||
0
SECURITY.md
Normal file → Executable file
0
babel.config.js
Normal file → Executable file
0
composer.json
Normal file → Executable file
0
config/.eslintrc
Normal file → Executable file
0
config/jest/jest.artifact.config.js
Normal file → Executable file
0
config/jest/jest.unit.config.js
Normal file → Executable file
0
cypress.config.js
Normal file → Executable file
0
dev-helpers/dev-helper-initializer.js
Normal file → Executable file
0
dev-helpers/index.html
Normal file → Executable file
0
dev-helpers/oauth2-redirect.html
Normal file → Executable file
0
dev-helpers/style.css
Normal file → Executable file
0
dist/favicon-16x16.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 665 B |
0
dist/favicon-32x32.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 628 B After Width: | Height: | Size: 628 B |
0
dist/index.css
vendored
Normal file → Executable file
0
dist/index.html
vendored
Normal file → Executable file
0
dist/oauth2-redirect.html
vendored
Normal file → Executable file
0
dist/swagger-initializer.js
vendored
Normal file → Executable file
2
dist/swagger-ui-bundle.js
vendored
Normal file → Executable file
0
dist/swagger-ui-bundle.js.map
vendored
Normal file → Executable file
2
dist/swagger-ui-es-bundle-core.js
vendored
Normal file → Executable file
2
dist/swagger-ui-es-bundle-core.js.map
vendored
Normal file → Executable file
2
dist/swagger-ui-es-bundle.js
vendored
Normal file → Executable file
0
dist/swagger-ui-es-bundle.js.map
vendored
Normal file → Executable file
0
dist/swagger-ui-standalone-preset.js
vendored
Normal file → Executable file
0
dist/swagger-ui-standalone-preset.js.map
vendored
Normal file → Executable file
2
dist/swagger-ui.css
vendored
Normal file → Executable file
2
dist/swagger-ui.css.map
vendored
Normal file → Executable file
2
dist/swagger-ui.js
vendored
Normal file → Executable file
2
dist/swagger-ui.js.map
vendored
Normal file → Executable file
0
docker/configurator/helpers.js
Normal file → Executable file
0
docker/configurator/oauth.js
Normal file → Executable file
0
docker/configurator/translator.js
Normal file → Executable file
0
docker/configurator/variables.js
Normal file → Executable file
0
docker/cors.conf
Normal file → Executable file
0
docker/default.conf.template
Normal file → Executable file
0
docker/embedding.conf
Normal file → Executable file
0
docs/README.md
Normal file → Executable file
0
docs/book.json
Normal file → Executable file
0
docs/customization/add-plugin.md
Normal file → Executable file
0
docs/customization/custom-layout.md
Normal file → Executable file
0
docs/customization/overview.md
Normal file → Executable file
0
docs/customization/plug-points.md
Normal file → Executable file
0
docs/customization/plugin-api.md
Normal file → Executable file
0
docs/development/scripts.md
Normal file → Executable file
0
docs/development/setting-up.md
Normal file → Executable file
0
docs/images/swagger-ui2.png
Normal file → Executable file
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
0
docs/images/swagger-ui3.png
Normal file → Executable file
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
0
docs/samples/webpack-getting-started/README.md
Normal file → Executable file
0
docs/samples/webpack-getting-started/_sample_package.json
Normal file → Executable file
0
docs/samples/webpack-getting-started/index.html
Normal file → Executable file
0
docs/samples/webpack-getting-started/src/index.js
Normal file → Executable file
0
docs/samples/webpack-getting-started/src/swagger-config.yaml
Normal file → Executable file
0
docs/samples/webpack-getting-started/webpack.config.js
Normal file → Executable file
0
docs/usage/configuration.md
Normal file → Executable file
0
docs/usage/cors.md
Normal file → Executable file
0
docs/usage/deep-linking.md
Normal file → Executable file
0
docs/usage/installation.md
Normal file → Executable file
0
docs/usage/limitations.md
Normal file → Executable file
0
docs/usage/oauth2.md
Normal file → Executable file
0
docs/usage/version-detection.md
Normal file → Executable file
0
flavors/swagger-ui-react/README.md
Normal file → Executable file
0
flavors/swagger-ui-react/dist/.npmrc
vendored
Normal file → Executable file
0
flavors/swagger-ui-react/index.jsx
Normal file → Executable file
0
flavors/swagger-ui-react/release/create-manifest.js
Normal file → Executable file
0
flavors/swagger-ui-react/release/template.json
Normal file → Executable file
47
index.html
Executable file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>HANMAC AI Cell</title>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/swagger-ui-dist/swagger-ui.css" />
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#logo-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #f5f5f5;
|
||||
padding: 10px 20px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
#logo-bar img {
|
||||
height: 40px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
#logo-bar h1 {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- ✅ 로고 영역 -->
|
||||
<div id="logo-bar">
|
||||
<img src="/docs/logo.png" alt="PGN Logo" />
|
||||
<h1>HANMAC AI</h1>
|
||||
</div>
|
||||
|
||||
<!-- Swagger UI -->
|
||||
<div id="swagger-ui"></div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist/swagger-ui-bundle.js?v=3"></script>
|
||||
<script>
|
||||
SwaggerUIBundle({
|
||||
url: "/openapi.json",
|
||||
dom_id: "#swagger-ui",
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
8
package-lock.json
generated
Normal file → Executable file
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "swagger-ui",
|
||||
"version": "5.20.6",
|
||||
"version": "5.21.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "swagger-ui",
|
||||
"version": "5.20.6",
|
||||
"version": "5.21.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "^7.26.10",
|
||||
@@ -16644,7 +16644,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/koa": {
|
||||
"version": "2.15.4",
|
||||
"version": "2.16.1",
|
||||
"resolved": "https://registry.npmjs.org/koa/-/koa-2.16.1.tgz",
|
||||
"integrity": "sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||