-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathredocly.yaml
More file actions
91 lines (85 loc) · 2.22 KB
/
Copy pathredocly.yaml
File metadata and controls
91 lines (85 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# SEO and Meta Configuration
seo:
title: "Flux API Documentation"
description: "Complete API reference for Flux - decentralized cloud computing infrastructure"
keywords: "Flux, API, blockchain, decentralized, cloud computing, documentation"
# Site branding and favicon
logo:
image: "/flux_logo.png"
altText: "RunOnFlux"
link: "/fluxapi/"
favicon: "/favicon.ico"
navbar:
items:
- href: /fluxapi/
label: API Reference
- href: https://docs.runonflux.com/
label: Documentation
external: true
- href: https://home.runonflux.io/
label: FluxOS
external: true
- href: https://runonflux.com/
label: About Flux
external: true
# Footer configuration
footer:
copyrightText: "Copyright 2025 InFlux Technologies"
items:
- group: Resources
items:
- label: GitHub
href: https://github.com/RunOnFlux
external: true
- label: Discord
href: https://discord.gg/runonflux
external: true
- label: Twitter
href: https://x.com/runonflux
external: true
- group: Documentation
items:
- label: API Reference
href: /fluxapi/
- label: User Guide
href: https://docs.runonflux.com/
external: true
apis:
main:
root: fluxapi.yaml
theme:
openapi:
generateCodeSamples:
languages:
- lang: curl
- lang: JavaScript
- lang: Node.js
- lang: PHP
- lang: Python
pathInMiddlePanel: true
expandResponses: "200,201,400,401,403,404,500"
sortPropsAlphabetically: true
hideDownloadButton: false
hideHostname: false
hideLoading: false
nativeScrollbars: false
scrollYOffset: 0
suppressWarnings: true
payloadSampleIdx: 0
theme:
colors:
primary:
main: "#32329f"
success:
main: "#00C851"
warning:
main: "#ffbb33"
error:
main: "#ff4444"
extends:
- recommended
rules:
operation-4xx-response: off
no-invalid-media-type-examples: off
no-unused-components: error
no-server-example.com: off