FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
basho_docs/data/os_metadata.yaml at noteclarification · code-time/basho_docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code-time
/
basho_docs
Public
forked from
basho/basho_docs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
basho_docs
/
data
/
os_metadata.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (48 loc) · 1.77 KB
Breadcrumbs
basho_docs
/
data
/
os_metadata.yaml
Copy path
File metadata and controls
48 lines (48 loc) · 1.77 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
---
#
There needs to be an entry here for every operating system (`os:`) we build
#
packages for and expose in downloads.yml. The format should be as below,
#
#
<<operating_system>>:
#
title: <<string>> // Human-readable title format
#
image_src: <<file_path>> // Absolute path to a .png image
#
installing_path: <<relative_URI>> // (optional) Relative URI to install instructions
#
debian
:
title
:
"
Debian
"
image_src
:
"
/images/shared/operating_system_branding/debian.png
"
installing_instructions_page
:
"
debian-ubuntu/
"
fedora
:
title
:
"
Fedora
"
image_src
:
"
/images/shared/operating_system_branding/fedora.png
"
installing_instructions_page
:
"
rhel-centos/
"
freebsd
:
title
:
"
FreeBSD
"
image_src
:
"
/images/shared/operating_system_branding/freebsd.png
"
installing_instructions_page
:
"
freebsd/
"
osx
:
title
:
"
Mac OS X
"
image_src
:
"
/images/shared/operating_system_branding/mac.png
"
installing_instructions_page
:
"
mac-osx/
"
rhel
:
title
:
"
RHEL & CentOS
"
image_src
:
"
/images/shared/operating_system_branding/redhat.png
"
installing_instructions_page
:
"
rhel-centos/
"
sles
:
title
:
"
SuSE Linux Enterprise Server
"
image_src
:
"
/images/shared/operating_system_branding/suse.png
"
installing_instructions_page
:
"
suse/
"
smartos
:
title
:
"
Smart OS
"
image_src
:
"
/images/shared/operating_system_branding/smartos.png
"
installing_instructions_page
:
"
smartos/
"
solaris
:
title
:
"
Solaris
"
image_src
:
"
/images/shared/operating_system_branding/solaris.png
"
installing_instructions_page
:
"
solaris/
"
ubuntu
:
title
:
"
Ubuntu
"
image_src
:
"
/images/shared/operating_system_branding/ubuntu.png
"
installing_instructions_page
:
"
debian-ubuntu/
"
source
:
image_src
:
"
/images/shared/operating_system_branding/targz.png
"
installing_instructions_page
:
"
source/
"
Back
|
FazBrowse Home
|
New Git URL