create-zuplo-api 6.52.24 → 6.52.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,103 @@
1
+ # Welcome to Our Documentation
2
+
3
+ ## Overview
4
+
5
+ This page demonstrates various markdown features and formatting options available in our documentation system. Whether you're writing technical documentation, guides, or tutorials, these examples will help you create beautiful and well-structured content.
6
+
7
+ ### Key Features
8
+
9
+ - **Rich Text Formatting**: Bold, italic, and code formatting
10
+ - **Lists**: Ordered and unordered lists
11
+ - **Code Blocks**: Syntax highlighting for multiple languages
12
+ - **Tables**: Organized data presentation
13
+ - **Images**: Visual content integration
14
+ - **Links**: Internal and external references
15
+
16
+ ## Text Formatting
17
+
18
+ You can make text **bold** or *italic* to emphasize important points. For technical terms, use `inline code` formatting.
19
+
20
+ ### Code Examples
21
+
22
+ Here's a simple JavaScript function:
23
+
24
+ ```javascript
25
+ function greet(name) {
26
+ return `Hello, ${name}!`;
27
+ }
28
+
29
+ // Example usage
30
+ console.log(greet('World'));
31
+ ```
32
+
33
+ And here's a Python example:
34
+
35
+ ```python
36
+ def calculate_fibonacci(n):
37
+ if n <= 1:
38
+ return n
39
+ return calculate_fibonacci(n-1) + calculate_fibonacci(n-2)
40
+
41
+ # Print first 10 Fibonacci numbers
42
+ for i in range(10):
43
+ print(calculate_fibonacci(i))
44
+ ```
45
+
46
+ ## Lists and Organization
47
+
48
+ ### Unordered Lists
49
+
50
+ - First item
51
+ - Second item
52
+ - Nested item
53
+ - Another nested item
54
+ - Third item
55
+
56
+ ### Ordered Lists
57
+
58
+ 1. First step
59
+ 2. Second step
60
+ 1. Sub-step A
61
+ 2. Sub-step B
62
+ 3. Third step
63
+
64
+ ## Tables
65
+
66
+ | Feature | Description | Status |
67
+ |---------|-------------|--------|
68
+ | Markdown | Basic text formatting | ✅ |
69
+ | Code Blocks | Syntax highlighting | ✅ |
70
+ | Tables | Data organization | ✅ |
71
+ | Images | Visual content | ✅ |
72
+
73
+ ## Blockquotes
74
+
75
+ > "The best way to predict the future is to implement it."
76
+ >
77
+ > — Alan Kay
78
+
79
+ ## Links and References
80
+
81
+ - [Internal Link](#overview)
82
+ - [External Link](https://example.com)
83
+ - [Documentation Home](/)
84
+
85
+ ## Horizontal Rules
86
+
87
+ ---
88
+
89
+ ## Additional Tips
90
+
91
+ 1. Use headings to create a clear hierarchy
92
+ 2. Keep paragraphs short and focused
93
+ 3. Include code examples when relevant
94
+ 4. Use lists for better readability
95
+ 5. Add tables for structured data
96
+
97
+ ## Conclusion
98
+
99
+ This example demonstrates the power and flexibility of markdown for creating beautiful documentation. Feel free to use these patterns in your own documentation to maintain consistency and readability.
100
+
101
+ ---
102
+
103
+ *Last updated: March 2024*
@@ -0,0 +1,16 @@
1
+ <svg width="169" height="38" viewBox="0 0 169 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M129.1 24.192C128.225 24.192 127.462 24.0107 126.812 23.648C126.172 23.2747 125.67 22.752 125.308 22.08C124.956 21.408 124.78 20.6187 124.78 19.712C124.78 18.8053 124.956 18.0213 125.308 17.36C125.67 16.688 126.172 16.1653 126.812 15.792C127.452 15.4187 128.209 15.232 129.084 15.232C129.937 15.232 130.678 15.4187 131.308 15.792C131.937 16.1653 132.422 16.6987 132.764 17.392C133.116 18.0853 133.292 18.912 133.292 19.872V20.352H127.26C127.292 21.0347 127.473 21.5413 127.804 21.872C128.145 22.2027 128.593 22.368 129.148 22.368C129.553 22.368 129.889 22.2827 130.156 22.112C130.433 21.9413 130.63 21.68 130.748 21.328L133.164 21.472C132.94 22.3253 132.465 22.992 131.74 23.472C131.014 23.952 130.134 24.192 129.1 24.192ZM127.26 18.88H130.828C130.796 18.2507 130.62 17.7813 130.3 17.472C129.99 17.1627 129.585 17.008 129.084 17.008C128.582 17.008 128.166 17.1733 127.836 17.504C127.516 17.824 127.324 18.2827 127.26 18.88Z" fill="white"/>
3
+ <path d="M119.087 24V15.424H121.359L121.439 17.92L121.263 17.872C121.402 17.008 121.647 16.384 121.999 16C122.351 15.616 122.837 15.424 123.455 15.424H124.239V17.408H123.455C123.007 17.408 122.639 17.4667 122.351 17.584C122.063 17.7013 121.845 17.888 121.695 18.144C121.557 18.4 121.487 18.7467 121.487 19.184V24H119.087Z" fill="white"/>
4
+ <path d="M113.412 24.192C112.537 24.192 111.775 24.0107 111.124 23.648C110.484 23.2747 109.983 22.752 109.62 22.08C109.268 21.408 109.092 20.6187 109.092 19.712C109.092 18.8053 109.268 18.0213 109.62 17.36C109.983 16.688 110.484 16.1653 111.124 15.792C111.764 15.4187 112.521 15.232 113.396 15.232C114.249 15.232 114.991 15.4187 115.62 15.792C116.249 16.1653 116.735 16.6987 117.076 17.392C117.428 18.0853 117.604 18.912 117.604 19.872V20.352H111.572C111.604 21.0347 111.785 21.5413 112.116 21.872C112.457 22.2027 112.905 22.368 113.46 22.368C113.865 22.368 114.201 22.2827 114.468 22.112C114.745 21.9413 114.943 21.68 115.06 21.328L117.476 21.472C117.252 22.3253 116.777 22.992 116.052 23.472C115.327 23.952 114.447 24.192 113.412 24.192ZM111.572 18.88H115.14C115.108 18.2507 114.932 17.7813 114.612 17.472C114.303 17.1627 113.897 17.008 113.396 17.008C112.895 17.008 112.479 17.1733 112.148 17.504C111.828 17.824 111.636 18.2827 111.572 18.88Z" fill="white"/>
5
+ <path d="M99.9779 24V12.64H102.378V17.424H102.058C102.143 16.9227 102.309 16.512 102.554 16.192C102.81 15.872 103.125 15.632 103.498 15.472C103.882 15.312 104.298 15.232 104.746 15.232C105.386 15.232 105.919 15.3707 106.346 15.648C106.773 15.9253 107.093 16.3093 107.306 16.8C107.53 17.2907 107.642 17.8507 107.642 18.48V24H105.242V19.056C105.242 18.416 105.141 17.936 104.938 17.616C104.746 17.296 104.415 17.136 103.946 17.136C103.455 17.136 103.071 17.3013 102.794 17.632C102.517 17.9627 102.378 18.4587 102.378 19.12V24H99.9779Z" fill="white"/>
6
+ <path d="M90.3347 24.192C89.46 24.192 88.6973 24.0107 88.0467 23.648C87.396 23.2747 86.8893 22.752 86.5267 22.08C86.164 21.408 85.9827 20.6187 85.9827 19.712C85.9827 18.8053 86.164 18.0213 86.5267 17.36C86.8893 16.688 87.396 16.1653 88.0467 15.792C88.6973 15.4187 89.46 15.232 90.3347 15.232C91.2093 15.232 91.972 15.4187 92.6227 15.792C93.2733 16.1653 93.78 16.688 94.1427 17.36C94.5053 18.0213 94.6867 18.8053 94.6867 19.712C94.6867 20.6187 94.5053 21.408 94.1427 22.08C93.78 22.752 93.2733 23.2747 92.6227 23.648C91.972 24.0107 91.2093 24.192 90.3347 24.192ZM90.3347 22.352C90.932 22.352 91.396 22.1227 91.7267 21.664C92.0573 21.1947 92.2227 20.544 92.2227 19.712C92.2227 18.88 92.0573 18.2347 91.7267 17.776C91.396 17.3067 90.932 17.072 90.3347 17.072C89.7373 17.072 89.2733 17.3067 88.9427 17.776C88.612 18.2347 88.4467 18.88 88.4467 19.712C88.4467 20.544 88.612 21.1947 88.9427 21.664C89.2733 22.1227 89.7373 22.352 90.3347 22.352Z" fill="white"/>
7
+ <path d="M80.3023 26.592C79.481 26.592 78.793 26.4907 78.2383 26.288C77.6943 26.0853 77.257 25.8027 76.9263 25.44C76.6063 25.0773 76.3823 24.6613 76.2543 24.192L78.7183 24.016C78.8036 24.2933 78.9636 24.512 79.1983 24.672C79.4436 24.832 79.8116 24.912 80.3023 24.912C80.8783 24.912 81.3156 24.7733 81.6143 24.496C81.9236 24.2293 82.0783 23.7973 82.0783 23.2V22.288C81.8756 22.6827 81.5503 23.0027 81.1023 23.248C80.6543 23.4827 80.153 23.6 79.5983 23.6C78.8943 23.6 78.2703 23.4293 77.7263 23.088C77.1823 22.736 76.7556 22.2507 76.4463 21.632C76.1476 21.0027 75.9983 20.2667 75.9983 19.424C75.9983 18.6027 76.1476 17.8773 76.4463 17.248C76.7556 16.6187 77.177 16.128 77.7103 15.776C78.2543 15.4133 78.873 15.232 79.5663 15.232C80.1956 15.232 80.7236 15.3707 81.1503 15.648C81.5876 15.9253 81.9183 16.2933 82.1423 16.752V15.424H84.4943V23.152C84.4943 23.92 84.3183 24.5547 83.9663 25.056C83.6143 25.568 83.1236 25.952 82.4943 26.208C81.865 26.464 81.1343 26.592 80.3023 26.592ZM80.2863 21.824C80.841 21.824 81.2783 21.6107 81.5983 21.184C81.929 20.7573 82.0943 20.1653 82.0943 19.408C82.0943 18.9067 82.0196 18.4747 81.8703 18.112C81.7316 17.7493 81.5236 17.472 81.2463 17.28C80.9796 17.088 80.6596 16.992 80.2863 16.992C79.7103 16.992 79.2623 17.2107 78.9423 17.648C78.6223 18.0853 78.4623 18.672 78.4623 19.408C78.4623 20.1547 78.6276 20.7467 78.9583 21.184C79.289 21.6107 79.7316 21.824 80.2863 21.824Z" fill="white"/>
8
+ <path d="M70.6159 24.192C69.7413 24.192 68.9786 24.0107 68.3279 23.648C67.6772 23.2747 67.1706 22.752 66.8079 22.08C66.4453 21.408 66.2639 20.6187 66.2639 19.712C66.2639 18.8053 66.4453 18.0213 66.8079 17.36C67.1706 16.688 67.6772 16.1653 68.3279 15.792C68.9786 15.4187 69.7413 15.232 70.6159 15.232C71.4906 15.232 72.2533 15.4187 72.9039 15.792C73.5546 16.1653 74.0612 16.688 74.4239 17.36C74.7866 18.0213 74.9679 18.8053 74.9679 19.712C74.9679 20.6187 74.7866 21.408 74.4239 22.08C74.0612 22.752 73.5546 23.2747 72.9039 23.648C72.2533 24.0107 71.4906 24.192 70.6159 24.192ZM70.6159 22.352C71.2133 22.352 71.6772 22.1227 72.0079 21.664C72.3386 21.1947 72.5039 20.544 72.5039 19.712C72.5039 18.88 72.3386 18.2347 72.0079 17.776C71.6772 17.3067 71.2133 17.072 70.6159 17.072C70.0186 17.072 69.5546 17.3067 69.2239 17.776C68.8933 18.2347 68.7279 18.88 68.7279 19.712C68.7279 20.544 68.8933 21.1947 69.2239 21.664C69.5546 22.1227 70.0186 22.352 70.6159 22.352Z" fill="white"/>
9
+ <path d="M64.1085 24C63.4045 24 62.8552 23.824 62.4605 23.472C62.0659 23.12 61.8685 22.5493 61.8685 21.76V12.64H64.2685V21.504C64.2685 21.76 64.3272 21.9413 64.4445 22.048C64.5619 22.1547 64.7325 22.208 64.9565 22.208H65.5325V24H64.1085Z" fill="white"/>
10
+ <path d="M51.431 24V15.424H53.703L53.783 17.92L53.607 17.872C53.7457 17.008 53.991 16.384 54.343 16C54.695 15.616 55.1804 15.424 55.799 15.424H56.583V17.408H55.799C55.351 17.408 54.983 17.4667 54.695 17.584C54.407 17.7013 54.1884 17.888 54.039 18.144C53.9004 18.4 53.831 18.7467 53.831 19.184V24H51.431Z" fill="white"/>
11
+ <path d="M44.5283 24.192C43.6429 24.192 42.9496 23.9093 42.4483 23.344C41.9576 22.768 41.7123 21.968 41.7123 20.944V15.424H44.1123V20.384C44.1123 21.0453 44.2136 21.5307 44.4163 21.84C44.6189 22.1387 44.9389 22.288 45.3763 22.288C45.8669 22.288 46.2456 22.1227 46.5123 21.792C46.7896 21.4507 46.9283 20.944 46.9283 20.272V15.424H49.3283V24H47.1363L47.0723 21.536L47.3763 21.6C47.2483 22.4533 46.9443 23.0987 46.4643 23.536C45.9843 23.9733 45.3389 24.192 44.5283 24.192Z" fill="white"/>
12
+ <path d="M35.8659 24.192C34.9912 24.192 34.2286 24.0107 33.5779 23.648C32.9272 23.2747 32.4206 22.752 32.0579 22.08C31.6952 21.408 31.5139 20.6187 31.5139 19.712C31.5139 18.8053 31.6952 18.0213 32.0579 17.36C32.4206 16.688 32.9272 16.1653 33.5779 15.792C34.2286 15.4187 34.9912 15.232 35.8659 15.232C36.7406 15.232 37.5032 15.4187 38.1539 15.792C38.8046 16.1653 39.3112 16.688 39.6739 17.36C40.0366 18.0213 40.2179 18.8053 40.2179 19.712C40.2179 20.6187 40.0366 21.408 39.6739 22.08C39.3112 22.752 38.8046 23.2747 38.1539 23.648C37.5032 24.0107 36.7406 24.192 35.8659 24.192ZM35.8659 22.352C36.4632 22.352 36.9272 22.1227 37.2579 21.664C37.5886 21.1947 37.7539 20.544 37.7539 19.712C37.7539 18.88 37.5886 18.2347 37.2579 17.776C36.9272 17.3067 36.4632 17.072 35.8659 17.072C35.2686 17.072 34.8046 17.3067 34.4739 17.776C34.1432 18.2347 33.9779 18.88 33.9779 19.712C33.9779 20.544 34.1432 21.1947 34.4739 21.664C34.8046 22.1227 35.2686 22.352 35.8659 22.352Z" fill="white"/>
13
+ <path d="M23.7601 26.4V24.608H24.8961C25.1734 24.608 25.3761 24.5653 25.5041 24.48C25.6427 24.4053 25.7494 24.2667 25.8241 24.064L26.0001 23.568H25.3441L22.3361 15.424H24.7841L26.7521 21.328L28.5921 15.424H31.0401L27.7441 24.816C27.5521 25.3813 27.2747 25.7867 26.9121 26.032C26.5494 26.2773 26.0427 26.4 25.3921 26.4H23.7601Z" fill="white"/>
14
+ <path d="M4.67773 36.5479C5.37875 36.8385 6.14843 37 6.95801 37V38L6.59961 37.9912C5.78622 37.95 5.01012 37.7678 4.29395 37.4707L4.67773 36.5479ZM9.12012 37V38H6.95801V37H9.12012ZM17.7725 37V38H13.4463V37H17.7725ZM26.4248 37V38H22.0986V37H26.4248ZM35.0771 37V38H30.751V37H35.0771ZM43.7285 37V38H39.4023V37H43.7285ZM52.3809 37V38H48.0547V37H52.3809ZM61.0332 37V38H56.707V37H61.0332ZM69.6846 37V38H65.3594V37H69.6846ZM78.3369 37V38H74.0107V37H78.3369ZM86.9893 37V38H82.6631V37H86.9893ZM95.6406 37V38H91.3154V37H95.6406ZM104.293 37V38H99.9668V37H104.293ZM112.945 37V38H108.619V37H112.945ZM121.598 37V38H117.271V37H121.598ZM130.249 37V38H125.923V37H130.249ZM138.901 37V38H134.575V37H138.901ZM147.554 37V38H143.228V37H147.554ZM154.042 37V38H151.88V37H154.042ZM156.322 36.5479L156.705 37.4707C155.989 37.7676 155.213 37.95 154.4 37.9912L154.042 38V37C154.852 37 155.621 36.8385 156.322 36.5479ZM0 31.042V29.0352H1V31.042C1 31.8516 1.16147 32.6213 1.45215 33.3223L0.989258 33.5137L0.990234 33.5146L0.52832 33.7051C0.231522 32.9892 0.0499878 32.2133 0.00878906 31.4004L0 31.042ZM1 21.0068V25.0215H0V21.0068H1ZM1 12.9785V16.9932H0V12.9785H1ZM0 6.95801C0 6.01445 0.18802 5.11441 0.52832 4.29395L0.990234 4.48535L1.45215 4.67773C1.16147 5.37875 1 6.14843 1 6.95801V8.96484H0V6.95801ZM9.12012 0V1H6.95801C6.14843 1 5.37875 1.16147 4.67773 1.45215L4.48535 0.989258L4.29395 0.52832C5.01002 0.231317 5.78635 0.0500037 6.59961 0.00878906L6.95801 0H9.12012ZM154.4 0.00878906C155.213 0.0499885 155.989 0.231522 156.705 0.52832L156.515 0.990234L156.514 0.989258L156.322 1.45215C155.621 1.16147 154.852 1 154.042 1H151.88V0H154.042L154.4 0.00878906ZM17.7725 0V1H13.4463V0H17.7725ZM26.4248 0V1H22.0986V0H26.4248ZM35.0771 0V1H30.751V0H35.0771ZM43.7285 0V1H39.4023V0H43.7285ZM52.3809 0V1H48.0547V0H52.3809ZM61.0332 0V1H56.707V0H61.0332ZM69.6846 0V1H65.3594V0H69.6846ZM78.3369 0V1H74.0107V0H78.3369ZM86.9893 0V1H82.6631V0H86.9893ZM95.6406 0V1H91.3154V0H95.6406ZM104.293 0V1H99.9668V0H104.293ZM112.945 0V1H108.619V0H112.945ZM121.598 0V1H117.271V0H121.598ZM130.249 0V1H125.923V0H130.249ZM138.901 0V1H134.575V0H138.901ZM147.554 0V1H143.228V0H147.554Z" fill="#545B69"/>
15
+ <path d="M163.138 20.3596C162.946 22.5249 161.764 24.268 159.891 25.141C158.019 26.014 155.924 25.8006 154.141 24.5547C154.05 24.491 153.973 24.4099 153.913 24.3162C153.853 24.2224 153.812 24.1178 153.793 24.0084C153.774 23.8989 153.776 23.7867 153.8 23.6782C153.825 23.5697 153.87 23.467 153.933 23.376C153.997 23.285 154.078 23.2074 154.172 23.1477C154.266 23.088 154.37 23.0473 154.48 23.028C154.589 23.0087 154.701 23.0112 154.81 23.0353C154.918 23.0593 155.021 23.1045 155.112 23.1683C156.404 24.0724 157.847 24.2273 159.176 23.6073C160.506 22.9873 161.314 21.7819 161.453 20.2114C161.458 20.0974 161.487 19.9856 161.536 19.8828C161.586 19.78 161.656 19.6883 161.741 19.6131C161.827 19.538 161.928 19.481 162.036 19.4456C162.145 19.4102 162.259 19.3971 162.373 19.4071C162.486 19.4171 162.597 19.45 162.698 19.5038C162.798 19.5576 162.887 19.6312 162.958 19.7202C163.03 19.8092 163.083 19.9117 163.113 20.0216C163.144 20.1315 163.152 20.2465 163.138 20.3596ZM167.358 15.1241C167.821 16.1166 168.134 17.1726 168.287 18.2574C168.305 18.3945 168.29 18.5341 168.243 18.6641L164.991 27.5994C164.944 27.7295 164.866 27.8461 164.764 27.9387C163.046 29.4908 160.881 30.4612 158.58 30.7116C156.278 30.9621 153.956 30.4798 151.944 29.3335C149.932 28.1872 148.334 26.4354 147.376 24.3275C146.418 22.2196 146.149 19.8631 146.608 17.5938C147.068 15.3244 148.232 13.2579 149.934 11.6885C151.636 10.1191 153.791 9.12694 156.09 8.85328C158.389 8.57962 160.716 9.03844 162.739 10.1644C164.762 11.2903 166.378 13.026 167.358 15.1241ZM165.824 15.8393C164.999 14.0755 163.641 12.6154 161.941 11.665C160.242 10.7145 158.287 10.3217 156.352 10.5421C154.417 10.7624 152.601 11.5846 151.158 12.8929C149.716 14.2011 148.721 15.9292 148.313 17.8333C147.906 19.7374 148.107 21.7213 148.887 23.5052C149.668 25.2891 150.989 26.7828 152.664 27.7756C154.339 28.7683 156.284 29.21 158.224 29.0383C160.163 28.8665 162 28.0901 163.475 26.8184L166.579 18.2879C166.442 17.4408 166.187 16.6168 165.824 15.8393ZM153.58 20.6152C153.807 20.5091 153.998 20.3379 154.128 20.1233C154.259 19.9087 154.322 19.6603 154.311 19.4095C154.3 19.1587 154.215 18.9168 154.067 18.7144C153.918 18.5119 153.713 18.3581 153.477 18.2722C153.242 18.1864 152.985 18.1724 152.742 18.232C152.498 18.2917 152.277 18.4223 152.108 18.6074C151.938 18.7925 151.827 19.0237 151.789 19.2718C151.751 19.5199 151.787 19.7738 151.893 20.0013C152.035 20.3064 152.293 20.5425 152.609 20.6576C152.926 20.7727 153.275 20.7575 153.58 20.6152ZM159.409 15.0962C159.181 15.2023 158.99 15.3734 158.86 15.5881C158.73 15.8027 158.666 16.0511 158.677 16.3019C158.688 16.5527 158.773 16.7946 158.922 16.997C159.07 17.1994 159.275 17.3533 159.511 17.4392C159.747 17.525 160.003 17.539 160.247 17.4794C160.491 17.4197 160.711 17.2891 160.881 17.104C161.051 16.9189 161.161 16.6877 161.2 16.4396C161.238 16.1915 161.202 15.9376 161.096 15.7101C160.953 15.405 160.696 15.1689 160.379 15.0538C160.063 14.9387 159.714 14.9539 159.409 15.0962Z" fill="white"/>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="172" height="38" viewBox="0 0 172 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M129.099 24.192C128.225 24.192 127.462 24.0107 126.811 23.648C126.171 23.2747 125.67 22.752 125.307 22.08C124.955 21.408 124.779 20.6187 124.779 19.712C124.779 18.8053 124.955 18.0213 125.307 17.36C125.67 16.688 126.171 16.1653 126.811 15.792C127.451 15.4187 128.209 15.232 129.083 15.232C129.937 15.232 130.678 15.4187 131.307 15.792C131.937 16.1653 132.422 16.6987 132.763 17.392C133.115 18.0853 133.291 18.912 133.291 19.872V20.352H127.259C127.291 21.0347 127.473 21.5413 127.803 21.872C128.145 22.2027 128.593 22.368 129.147 22.368C129.553 22.368 129.889 22.2827 130.155 22.112C130.433 21.9413 130.63 21.68 130.747 21.328L133.163 21.472C132.939 22.3253 132.465 22.992 131.739 23.472C131.014 23.952 130.134 24.192 129.099 24.192ZM127.259 18.88H130.827C130.795 18.2507 130.619 17.7813 130.299 17.472C129.99 17.1627 129.585 17.008 129.083 17.008C128.582 17.008 128.166 17.1733 127.835 17.504C127.515 17.824 127.323 18.2827 127.259 18.88Z" fill="#111827"/>
3
+ <path d="M119.087 24V15.424H121.359L121.439 17.92L121.263 17.872C121.402 17.008 121.647 16.384 121.999 16C122.351 15.616 122.837 15.424 123.455 15.424H124.239V17.408H123.455C123.007 17.408 122.639 17.4667 122.351 17.584C122.063 17.7013 121.845 17.888 121.695 18.144C121.557 18.4 121.487 18.7467 121.487 19.184V24H119.087Z" fill="#111827"/>
4
+ <path d="M113.412 24.192C112.537 24.192 111.775 24.0107 111.124 23.648C110.484 23.2747 109.983 22.752 109.62 22.08C109.268 21.408 109.092 20.6187 109.092 19.712C109.092 18.8053 109.268 18.0213 109.62 17.36C109.983 16.688 110.484 16.1653 111.124 15.792C111.764 15.4187 112.521 15.232 113.396 15.232C114.249 15.232 114.991 15.4187 115.62 15.792C116.249 16.1653 116.735 16.6987 117.076 17.392C117.428 18.0853 117.604 18.912 117.604 19.872V20.352H111.572C111.604 21.0347 111.785 21.5413 112.116 21.872C112.457 22.2027 112.905 22.368 113.46 22.368C113.865 22.368 114.201 22.2827 114.468 22.112C114.745 21.9413 114.943 21.68 115.06 21.328L117.476 21.472C117.252 22.3253 116.777 22.992 116.052 23.472C115.327 23.952 114.447 24.192 113.412 24.192ZM111.572 18.88H115.14C115.108 18.2507 114.932 17.7813 114.612 17.472C114.303 17.1627 113.897 17.008 113.396 17.008C112.895 17.008 112.479 17.1733 112.148 17.504C111.828 17.824 111.636 18.2827 111.572 18.88Z" fill="#111827"/>
5
+ <path d="M99.9779 24V12.64H102.378V17.424H102.058C102.143 16.9227 102.309 16.512 102.554 16.192C102.81 15.872 103.125 15.632 103.498 15.472C103.882 15.312 104.298 15.232 104.746 15.232C105.386 15.232 105.919 15.3707 106.346 15.648C106.773 15.9253 107.093 16.3093 107.306 16.8C107.53 17.2907 107.642 17.8507 107.642 18.48V24H105.242V19.056C105.242 18.416 105.141 17.936 104.938 17.616C104.746 17.296 104.415 17.136 103.946 17.136C103.455 17.136 103.071 17.3013 102.794 17.632C102.517 17.9627 102.378 18.4587 102.378 19.12V24H99.9779Z" fill="#111827"/>
6
+ <path d="M90.3346 24.192C89.4599 24.192 88.6973 24.0107 88.0466 23.648C87.3959 23.2747 86.8893 22.752 86.5266 22.08C86.1639 21.408 85.9826 20.6187 85.9826 19.712C85.9826 18.8053 86.1639 18.0213 86.5266 17.36C86.8893 16.688 87.3959 16.1653 88.0466 15.792C88.6973 15.4187 89.4599 15.232 90.3346 15.232C91.2093 15.232 91.9719 15.4187 92.6226 15.792C93.2733 16.1653 93.7799 16.688 94.1426 17.36C94.5053 18.0213 94.6866 18.8053 94.6866 19.712C94.6866 20.6187 94.5053 21.408 94.1426 22.08C93.7799 22.752 93.2733 23.2747 92.6226 23.648C91.9719 24.0107 91.2093 24.192 90.3346 24.192ZM90.3346 22.352C90.9319 22.352 91.3959 22.1227 91.7266 21.664C92.0573 21.1947 92.2226 20.544 92.2226 19.712C92.2226 18.88 92.0573 18.2347 91.7266 17.776C91.3959 17.3067 90.9319 17.072 90.3346 17.072C89.7373 17.072 89.2733 17.3067 88.9426 17.776C88.6119 18.2347 88.4466 18.88 88.4466 19.712C88.4466 20.544 88.6119 21.1947 88.9426 21.664C89.2733 22.1227 89.7373 22.352 90.3346 22.352Z" fill="#111827"/>
7
+ <path d="M80.3022 26.592C79.4809 26.592 78.7929 26.4907 78.2382 26.288C77.6942 26.0853 77.2569 25.8027 76.9262 25.44C76.6062 25.0773 76.3822 24.6613 76.2542 24.192L78.7182 24.016C78.8036 24.2933 78.9636 24.512 79.1982 24.672C79.4436 24.832 79.8116 24.912 80.3022 24.912C80.8782 24.912 81.3156 24.7733 81.6142 24.496C81.9236 24.2293 82.0782 23.7973 82.0782 23.2V22.288C81.8756 22.6827 81.5502 23.0027 81.1022 23.248C80.6542 23.4827 80.1529 23.6 79.5982 23.6C78.8942 23.6 78.2702 23.4293 77.7262 23.088C77.1822 22.736 76.7556 22.2507 76.4462 21.632C76.1476 21.0027 75.9982 20.2667 75.9982 19.424C75.9982 18.6027 76.1476 17.8773 76.4462 17.248C76.7556 16.6187 77.1769 16.128 77.7102 15.776C78.2542 15.4133 78.8729 15.232 79.5662 15.232C80.1956 15.232 80.7236 15.3707 81.1502 15.648C81.5876 15.9253 81.9182 16.2933 82.1422 16.752V15.424H84.4942V23.152C84.4942 23.92 84.3182 24.5547 83.9662 25.056C83.6142 25.568 83.1236 25.952 82.4942 26.208C81.8649 26.464 81.1342 26.592 80.3022 26.592ZM80.2862 21.824C80.8409 21.824 81.2782 21.6107 81.5982 21.184C81.9289 20.7573 82.0942 20.1653 82.0942 19.408C82.0942 18.9067 82.0196 18.4747 81.8702 18.112C81.7316 17.7493 81.5236 17.472 81.2462 17.28C80.9796 17.088 80.6596 16.992 80.2862 16.992C79.7102 16.992 79.2622 17.2107 78.9422 17.648C78.6222 18.0853 78.4622 18.672 78.4622 19.408C78.4622 20.1547 78.6276 20.7467 78.9582 21.184C79.2889 21.6107 79.7316 21.824 80.2862 21.824Z" fill="#111827"/>
8
+ <path d="M70.6159 24.192C69.7412 24.192 68.9785 24.0107 68.3279 23.648C67.6772 23.2747 67.1705 22.752 66.8079 22.08C66.4452 21.408 66.2639 20.6187 66.2639 19.712C66.2639 18.8053 66.4452 18.0213 66.8079 17.36C67.1705 16.688 67.6772 16.1653 68.3279 15.792C68.9785 15.4187 69.7412 15.232 70.6159 15.232C71.4905 15.232 72.2532 15.4187 72.9039 15.792C73.5545 16.1653 74.0612 16.688 74.4239 17.36C74.7865 18.0213 74.9679 18.8053 74.9679 19.712C74.9679 20.6187 74.7865 21.408 74.4239 22.08C74.0612 22.752 73.5545 23.2747 72.9039 23.648C72.2532 24.0107 71.4905 24.192 70.6159 24.192ZM70.6159 22.352C71.2132 22.352 71.6772 22.1227 72.0079 21.664C72.3385 21.1947 72.5039 20.544 72.5039 19.712C72.5039 18.88 72.3385 18.2347 72.0079 17.776C71.6772 17.3067 71.2132 17.072 70.6159 17.072C70.0185 17.072 69.5545 17.3067 69.2239 17.776C68.8932 18.2347 68.7279 18.88 68.7279 19.712C68.7279 20.544 68.8932 21.1947 69.2239 21.664C69.5545 22.1227 70.0185 22.352 70.6159 22.352Z" fill="#111827"/>
9
+ <path d="M64.1085 24C63.4045 24 62.8552 23.824 62.4605 23.472C62.0659 23.12 61.8685 22.5493 61.8685 21.76V12.64H64.2685V21.504C64.2685 21.76 64.3272 21.9413 64.4445 22.048C64.5619 22.1547 64.7325 22.208 64.9565 22.208H65.5325V24H64.1085Z" fill="#111827"/>
10
+ <path d="M51.431 24V15.424H53.703L53.783 17.92L53.607 17.872C53.7457 17.008 53.991 16.384 54.343 16C54.695 15.616 55.1804 15.424 55.799 15.424H56.583V17.408H55.799C55.351 17.408 54.983 17.4667 54.695 17.584C54.407 17.7013 54.1884 17.888 54.039 18.144C53.9004 18.4 53.831 18.7467 53.831 19.184V24H51.431Z" fill="#111827"/>
11
+ <path d="M44.5283 24.192C43.6429 24.192 42.9496 23.9093 42.4483 23.344C41.9576 22.768 41.7123 21.968 41.7123 20.944V15.424H44.1123V20.384C44.1123 21.0453 44.2136 21.5307 44.4163 21.84C44.6189 22.1387 44.9389 22.288 45.3763 22.288C45.8669 22.288 46.2456 22.1227 46.5123 21.792C46.7896 21.4507 46.9283 20.944 46.9283 20.272V15.424H49.3283V24H47.1363L47.0723 21.536L47.3763 21.6C47.2483 22.4533 46.9443 23.0987 46.4643 23.536C45.9843 23.9733 45.3389 24.192 44.5283 24.192Z" fill="#111827"/>
12
+ <path d="M35.8659 24.192C34.9912 24.192 34.2285 24.0107 33.5779 23.648C32.9272 23.2747 32.4205 22.752 32.0579 22.08C31.6952 21.408 31.5139 20.6187 31.5139 19.712C31.5139 18.8053 31.6952 18.0213 32.0579 17.36C32.4205 16.688 32.9272 16.1653 33.5779 15.792C34.2285 15.4187 34.9912 15.232 35.8659 15.232C36.7405 15.232 37.5032 15.4187 38.1539 15.792C38.8045 16.1653 39.3112 16.688 39.6739 17.36C40.0365 18.0213 40.2179 18.8053 40.2179 19.712C40.2179 20.6187 40.0365 21.408 39.6739 22.08C39.3112 22.752 38.8045 23.2747 38.1539 23.648C37.5032 24.0107 36.7405 24.192 35.8659 24.192ZM35.8659 22.352C36.4632 22.352 36.9272 22.1227 37.2579 21.664C37.5885 21.1947 37.7539 20.544 37.7539 19.712C37.7539 18.88 37.5885 18.2347 37.2579 17.776C36.9272 17.3067 36.4632 17.072 35.8659 17.072C35.2685 17.072 34.8045 17.3067 34.4739 17.776C34.1432 18.2347 33.9779 18.88 33.9779 19.712C33.9779 20.544 34.1432 21.1947 34.4739 21.664C34.8045 22.1227 35.2685 22.352 35.8659 22.352Z" fill="#111827"/>
13
+ <path d="M23.76 26.4V24.608H24.896C25.1733 24.608 25.376 24.5653 25.504 24.48C25.6427 24.4053 25.7493 24.2667 25.824 24.064L26 23.568H25.344L22.336 15.424H24.784L26.752 21.328L28.592 15.424H31.04L27.744 24.816C27.552 25.3813 27.2747 25.7867 26.912 26.032C26.5493 26.2773 26.0427 26.4 25.392 26.4H23.76Z" fill="#111827"/>
14
+ <path d="M4.67773 36.5479C5.37875 36.8385 6.14843 37 6.95801 37V38L6.59961 37.9912C5.78622 37.95 5.01012 37.7678 4.29395 37.4707L4.67773 36.5479ZM9.12012 37V38H6.95801V37H9.12012ZM17.7725 37V38H13.4463V37H17.7725ZM26.4248 37V38H22.0986V37H26.4248ZM35.0771 37V38H30.751V37H35.0771ZM43.7285 37V38H39.4023V37H43.7285ZM52.3809 37V38H48.0547V37H52.3809ZM61.0332 37V38H56.707V37H61.0332ZM69.6846 37V38H65.3594V37H69.6846ZM78.3369 37V38H74.0107V37H78.3369ZM86.9893 37V38H82.6631V37H86.9893ZM95.6406 37V38H91.3154V37H95.6406ZM104.293 37V38H99.9668V37H104.293ZM112.945 37V38H108.619V37H112.945ZM121.598 37V38H117.271V37H121.598ZM130.249 37V38H125.923V37H130.249ZM138.901 37V38H134.575V37H138.901ZM147.554 37V38H143.228V37H147.554ZM154.042 37V38H151.88V37H154.042ZM156.322 36.5479L156.705 37.4707C155.989 37.7676 155.213 37.95 154.4 37.9912L154.042 38V37C154.852 37 155.621 36.8385 156.322 36.5479ZM0 31.042V29.0352H1V31.042C1 31.8516 1.16147 32.6213 1.45215 33.3223L0.989258 33.5137L0.990234 33.5146L0.52832 33.7051C0.231522 32.9892 0.0499878 32.2133 0.00878906 31.4004L0 31.042ZM1 21.0068V25.0215H0V21.0068H1ZM1 12.9785V16.9932H0V12.9785H1ZM0 6.95801C0 6.01445 0.18802 5.11441 0.52832 4.29395L0.990234 4.48535L1.45215 4.67773C1.16147 5.37875 1 6.14843 1 6.95801V8.96484H0V6.95801ZM9.12012 0V1H6.95801C6.14843 1 5.37875 1.16147 4.67773 1.45215L4.48535 0.989258L4.29395 0.52832C5.01002 0.231317 5.78635 0.0500037 6.59961 0.00878906L6.95801 0H9.12012ZM154.4 0.00878906C155.213 0.0499885 155.989 0.231522 156.705 0.52832L156.515 0.990234L156.514 0.989258L156.322 1.45215C155.621 1.16147 154.852 1 154.042 1H151.88V0H154.042L154.4 0.00878906ZM17.7725 0V1H13.4463V0H17.7725ZM26.4248 0V1H22.0986V0H26.4248ZM35.0771 0V1H30.751V0H35.0771ZM43.7285 0V1H39.4023V0H43.7285ZM52.3809 0V1H48.0547V0H52.3809ZM61.0332 0V1H56.707V0H61.0332ZM69.6846 0V1H65.3594V0H69.6846ZM78.3369 0V1H74.0107V0H78.3369ZM86.9893 0V1H82.6631V0H86.9893ZM95.6406 0V1H91.3154V0H95.6406ZM104.293 0V1H99.9668V0H104.293ZM112.945 0V1H108.619V0H112.945ZM121.598 0V1H117.271V0H121.598ZM130.249 0V1H125.923V0H130.249ZM138.901 0V1H134.575V0H138.901ZM147.554 0V1H143.228V0H147.554Z" fill="#CACAD7"/>
15
+ <path d="M163.138 20.3596C162.946 22.5249 161.764 24.268 159.891 25.141C158.019 26.014 155.924 25.8006 154.141 24.5547C154.05 24.491 153.973 24.4099 153.913 24.3162C153.853 24.2224 153.812 24.1178 153.793 24.0084C153.774 23.8989 153.776 23.7867 153.8 23.6782C153.825 23.5697 153.87 23.467 153.933 23.376C153.997 23.285 154.078 23.2074 154.172 23.1477C154.266 23.088 154.37 23.0473 154.48 23.028C154.589 23.0087 154.701 23.0112 154.81 23.0353C154.918 23.0593 155.021 23.1045 155.112 23.1683C156.404 24.0724 157.847 24.2272 159.176 23.6073C160.506 22.9873 161.314 21.7819 161.453 20.2114C161.458 20.0974 161.487 19.9856 161.536 19.8828C161.586 19.78 161.656 19.6883 161.741 19.6131C161.827 19.538 161.928 19.481 162.036 19.4456C162.145 19.4102 162.259 19.3971 162.373 19.4071C162.486 19.4171 162.597 19.45 162.698 19.5038C162.798 19.5576 162.887 19.6312 162.958 19.7202C163.03 19.8092 163.083 19.9117 163.113 20.0216C163.144 20.1315 163.152 20.2465 163.138 20.3596ZM167.358 15.1241C167.821 16.1166 168.134 17.1726 168.287 18.2574C168.305 18.3945 168.29 18.5341 168.243 18.6641L164.991 27.5994C164.944 27.7295 164.866 27.8461 164.764 27.9387C163.046 29.4908 160.881 30.4612 158.58 30.7116C156.278 30.9621 153.956 30.4798 151.944 29.3335C149.932 28.1872 148.334 26.4354 147.376 24.3275C146.418 22.2196 146.149 19.8631 146.608 17.5938C147.068 15.3244 148.232 13.2579 149.934 11.6885C151.636 10.1191 153.791 9.12693 156.09 8.85328C158.389 8.57962 160.716 9.03843 162.739 10.1644C164.762 11.2903 166.378 13.0259 167.358 15.1241ZM165.824 15.8393C164.999 14.0755 163.641 12.6154 161.941 11.665C160.242 10.7145 158.287 10.3217 156.352 10.5421C154.417 10.7624 152.601 11.5846 151.158 12.8928C149.716 14.2011 148.721 15.9291 148.313 17.8332C147.906 19.7373 148.107 21.7213 148.887 23.5052C149.668 25.2891 150.989 26.7828 152.664 27.7756C154.339 28.7683 156.284 29.21 158.224 29.0383C160.163 28.8665 162 28.0901 163.475 26.8184L166.579 18.2879C166.442 17.4408 166.187 16.6168 165.824 15.8393ZM153.58 20.6152C153.807 20.5091 153.998 20.3379 154.128 20.1233C154.259 19.9087 154.322 19.6603 154.311 19.4095C154.3 19.1587 154.215 18.9168 154.067 18.7144C153.918 18.5119 153.713 18.3581 153.477 18.2722C153.242 18.1863 152.985 18.1724 152.742 18.232C152.498 18.2917 152.277 18.4223 152.108 18.6074C151.938 18.7925 151.827 19.0237 151.789 19.2718C151.751 19.5199 151.787 19.7738 151.893 20.0013C152.035 20.3064 152.293 20.5424 152.609 20.6576C152.926 20.7727 153.275 20.7575 153.58 20.6152ZM159.409 15.0962C159.181 15.2023 158.99 15.3734 158.86 15.588C158.73 15.8027 158.666 16.0511 158.677 16.3019C158.688 16.5526 158.773 16.7946 158.922 16.997C159.07 17.1994 159.275 17.3533 159.511 17.4392C159.747 17.525 160.003 17.539 160.247 17.4793C160.491 17.4197 160.711 17.289 160.881 17.104C161.051 16.9189 161.161 16.6877 161.2 16.4396C161.238 16.1915 161.202 15.9376 161.096 15.7101C160.953 15.405 160.696 15.1689 160.379 15.0538C160.063 14.9387 159.714 14.9539 159.409 15.0962Z" fill="#111827"/>
16
+ </svg>
@@ -6,8 +6,12 @@ import type { ZudokuConfig } from "zudoku";
6
6
  * https://zuplo.com/docs/dev-portal/zudoku/configuration/overview
7
7
  */
8
8
  const config: ZudokuConfig = {
9
- page: {
9
+ site: {
10
10
  pageTitle: "My Developer Portal",
11
+ logo: {
12
+ src: "/logo.svg",
13
+ alt: "My Developer Portal",
14
+ },
11
15
  },
12
16
  navigation: [
13
17
  {
@@ -19,16 +23,13 @@ const config: ZudokuConfig = {
19
23
  label: "Getting Started",
20
24
  icon: "sparkles",
21
25
  items: [
22
- "/introduction",
23
26
  {
24
- type: "link",
25
- icon: "folder-cog",
26
- badge: {
27
- label: "New",
28
- color: "purple",
29
- },
30
- label: "API Reference",
31
- to: "/api",
27
+ type: "doc",
28
+ file: "introduction",
29
+ },
30
+ {
31
+ type: "doc",
32
+ file: "markdown",
32
33
  },
33
34
  ],
34
35
  },
@@ -58,7 +59,7 @@ const config: ZudokuConfig = {
58
59
  label: "API Reference",
59
60
  },
60
61
  ],
61
- redirects: [{ from: "/", to: "/introduction" }],
62
+ redirects: [{ from: "/", to: "/api" }],
62
63
  apis: [
63
64
  {
64
65
  type: "file",
@@ -66,9 +67,6 @@ const config: ZudokuConfig = {
66
67
  path: "api",
67
68
  },
68
69
  ],
69
- docs: {
70
- files: "/pages/**/*.mdx",
71
- },
72
70
  authentication: {
73
71
  // IMPORTANT: This is a demo Auth0 configuration.
74
72
  // In a real application, you should replace these values with your own
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zuplo-api",
3
- "version": "6.52.24",
3
+ "version": "6.52.25",
4
4
  "keywords": [
5
5
  "api",
6
6
  "openapi",