Build the website
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../../../../site/resources/logo-dark.svg
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
../../../../../../src/ol/ol.css
|
||||
@@ -1 +0,0 @@
|
||||
../../../../../../site/site.css
|
||||
1
config/jsdoc/api/template/static/theme
Symbolic link
1
config/jsdoc/api/template/static/theme
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../../site/src/theme
|
||||
@@ -14,18 +14,18 @@ var version = obj.packageInfo.version;
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/jaguar.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/carbon.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/ol.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/site.css">
|
||||
<link type="text/css" rel="stylesheet" href="/theme/ol.css">
|
||||
<link type="text/css" rel="stylesheet" href="/theme/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<header class="navbar navbar-expand-sm navbar-dark mb-3 py-0 fixed-top" role="navigation">
|
||||
<a class="navbar-brand" href="https://openlayers.org/"><img src="logo-dark.svg" width="70px" height="70px" alt=""> OpenLayers</a>
|
||||
<a class="navbar-brand" href="/"><img src="/theme/img/logo-dark.svg" width="70px" height="70px" alt=""> OpenLayers</a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#olmenu" aria-controls="olmenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
@@ -37,11 +37,11 @@ var version = obj.packageInfo.version;
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="docdropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Docs</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="docdropdown">
|
||||
<a class="dropdown-item" href="/en/latest/doc/">Docs</a>
|
||||
<a class="dropdown-item" href="/doc/">Docs</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="../doc/quickstart.html"><i class="fa fa-check fa-fw mr-2 fa-lg"></i>Quick Start</a>
|
||||
<a class="dropdown-item" href="../doc/faq.html"><i class="fa fa-question fa-fw mr-2 fa-lg"></i>FAQ</a>
|
||||
<a class="dropdown-item" href="../doc/tutorials/"><i class="fa fa-book fa-fw mr-2 fa-lg"></i>Tutorials</a>
|
||||
<a class="dropdown-item" href="/doc/quickstart.html"><i class="fa fa-check fa-fw mr-2 fa-lg"></i>Quick Start</a>
|
||||
<a class="dropdown-item" href="/doc/faq.html"><i class="fa fa-question fa-fw mr-2 fa-lg"></i>FAQ</a>
|
||||
<a class="dropdown-item" href="/doc/tutorials/"><i class="fa fa-book fa-fw mr-2 fa-lg"></i>Tutorials</a>
|
||||
<a class="dropdown-item" href="/workshop/"><i class="fa fa-graduation-cap fa-fw mr-2 fa-lg"></i>Workshop</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="https://stackoverflow.com/questions/tagged/openlayers"><i class="fa fa-stack-overflow fa-fw mr-2"></i>Ask a Question</a>
|
||||
|
||||
Reference in New Issue
Block a user