-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Action
committed
Sep 27, 2024
1 parent
741e918
commit bd23fad
Showing
18 changed files
with
1,265 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<title>cPanel elevate documentation | Categories</title> | ||
<link rel=icon href="https://cpanel.github.io/elevate/images/favicon.png"> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,800|Open+Sans:400,700,800" rel="stylesheet"> | ||
<script type="text/javascript" src="https://cpanel.github.io/elevate/js/jquery-3.4.1.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="https://cpanel.github.io/elevate/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cpanel.github.io/elevate/sass/main.min.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cpanel.github.io/elevate/css/style.css"> | ||
</head><body><nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="https://cpanel.github.io/elevate"> | ||
<img src="https://cpanel.github.io/elevate/images/elevate-logo.svg" alt="cPanel elevate"> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" | ||
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon "></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ml-auto"> | ||
|
||
|
||
<li class="nav-item"></li> | ||
<a class="nav-link" href="https://docs.cpanel.net/knowledge-base/technical-support-services/how-to-open-a-technical-support-ticket/"> | ||
|
||
Report an Issue | ||
</a> | ||
</li> | ||
|
||
<li class="nav-item"></li> | ||
<a class="nav-link" href="https://github.com/cpanel/elevate"> | ||
|
||
Contribute | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<div id="content"> | ||
<div class="container"> | ||
<ol class="d-none d-md-flex breadcrumb"> | ||
<li class="breadcrumb-item"> | ||
<a href="https://cpanel.github.io/elevate">Home</a> | ||
</li> | ||
<li class="breadcrumb-item active" aria-current="page"> | ||
|
||
</li> | ||
</ol> | ||
</div> | ||
</div> | ||
<br><div id="content"> | ||
<h1>Categories</h1> | ||
|
||
|
||
</div><script type="text/javascript" src="https://cpanel.github.io/elevate/js/copy-code.js"></script> | ||
<footer class="text-center mt-0"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-1"> | ||
<a href="//cpanel.com" title="cPanel, L.L.C." class="center-block cPanel-logo"> | ||
<img src="https://docs.cpanel.net/img/cpanel-logo.min.svg" title="cPanel, L.L.C." /> | ||
</a> | ||
</div> | ||
<div class="col-md-11 legal"> | ||
<p class="small"> | ||
© 2024 cPanel L.L.C. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container-fluid trademark"> | ||
<div class="row"> | ||
<div class="col-sm-12 text-center"> | ||
<small> | ||
cPanel, WebHost Manager and WHM are registered trademarks of cPanel, L.L.C. for providing its computer software that facilitates the management and configuration of internet web servers. | ||
<br><i>page generated at Sep 27, 2024 at 00:08 (UTC)</i> | ||
</small> | ||
</div> | ||
</div> | ||
</div> | ||
</footer></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on cPanel elevate documentation</title> | ||
<link>https://cpanel.github.io/elevate/categories/</link> | ||
<description>Recent content in Categories on cPanel elevate documentation</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language><atom:link href="https://cpanel.github.io/elevate/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
.bg-light { | ||
background-color: #293A4A !important; | ||
} | ||
|
||
footer { | ||
background-color: #293A4A; | ||
} | ||
|
||
.navbar-light .navbar-nav .nav-link { | ||
color: rgba(255, 255, 255, .8); | ||
} | ||
|
||
/* https://styleguide.cpanel.net/#/color-swatches */ | ||
|
||
body { | ||
background-color: #D7EDF9; | ||
} | ||
|
||
.side-nav { | ||
background-color: #EAEAEA; | ||
} | ||
|
||
.navbar .navbar-brand img { | ||
height: 6.75rem | ||
} | ||
|
||
/* copy button */ | ||
pre { | ||
position:relative; | ||
overflow: auto; | ||
margin:5px 0; | ||
padding:1.75rem 0 1.75rem 1rem; | ||
border-radius:10px; | ||
} | ||
|
||
button{ | ||
position:absolute; | ||
top:5px; | ||
right:5px; | ||
|
||
font-size:.9rem; | ||
padding:.15rem; | ||
background-color:#828282; | ||
color:1e1e1e; | ||
border:ridge 1px #7b7b7c; | ||
border-radius:5px; | ||
text-shadow:#c4c4c4 0 0 2px; | ||
} | ||
|
||
button:hover{ | ||
cursor:pointer; | ||
background-color:#bcbabb; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.