aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/redocly.yaml
blob: 71fcde5ba04f61354c0f80ccff115d90a49e886c (plain)
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
extends:
  - recommended

apis:
  internal@v2:
    root: dist/static/api/openapi.json
  public-filter:
    root: dist/static/api/openapi.json
    decorators:
      filter-in:
        property: x-public
        value: yes
  public@v2:
    root: dist/static/api/public.json

features.openapi:
  theme:
    logo:
      gutter: "2rem"
    colors:
      primary:
        main: "#e2b714"
      border:
        dark: "#e2b714"
        light: "#e2b714"
      error:
        main: "#da3333"
      success:
        main: "#009400"
      text:
        primary: "#646669"
        secondary: "#d1d0c5"
      warning:
        main: "#FF00FF"
      http:
        delete: "#da3333"
        post: "#004D94"
        patch: "#af8d0f"
        get: "#009400"
    sidebar:
      backgroundColor: "#323437"
      textColor: "#d1d0c5"
      activeTextColor: "#e2b714"
    rightPanel:
      backgroundColor: "#323437"
      textColor: "#d1d0c5"