mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
publish: docs: Fixed examples imports
generated from commit 06d15cb1f7209c53fda191600ea71dd0817c513d
This commit is contained in:
parent
ad8fb94987
commit
c1f49d9437
|
@ -10,7 +10,7 @@
|
|||
<title>Album example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="album.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Blog Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Carousel Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="carousel.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Checkout example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="form-validation.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Cover Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="cover.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Dashboard Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="dashboard.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Floating labels example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="floating-labels.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Grid Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="grid.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Jumbotron Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="jumbotron.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Bottom navbar example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Fixed top navbar example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="navbar-top-fixed.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Top navbar example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="navbar-top.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Navbar Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="navbar.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Offcanvas template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="offcanvas.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Pricing example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="pricing.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Product example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="product.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Signin Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="signin.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Starter Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="starter-template.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Sticky Footer Navbar Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="sticky-footer-navbar.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Sticky Footer Template for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="sticky-footer.css" rel="stylesheet">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<title>Tooltip Viewport Example for Bootstrap</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../../../../dist/css/bootstrap-material-design.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="tooltip-viewport.css" rel="stylesheet">
|
||||
|
|
|
@ -1275,10 +1275,10 @@
|
|||
|
||||
<figure class="highlight"><pre><code class="language-plaintext" data-lang="plaintext">bootstrap/
|
||||
├── css/
|
||||
│ ├── bootstrap.css
|
||||
│ ├── bootstrap.css.map
|
||||
│ ├── bootstrap.min.css
|
||||
│ ├── bootstrap.min.css.map
|
||||
│ ├── bootstrap-material-design.css
|
||||
│ ├── bootstrap-material-design.css.map
|
||||
│ ├── bootstrap-material-design.min.css
|
||||
│ ├── bootstrap-material-design.min.css.map
|
||||
│ ├── bootstrap-grid.css
|
||||
│ ├── bootstrap-grid.css.map
|
||||
│ ├── bootstrap-grid.min.css
|
||||
|
@ -1312,8 +1312,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap.css</code></div>
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap.min.css</code></div>
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap-material-design.css</code></div>
|
||||
<div><code class="font-weight-normal text-nowrap">bootstrap-material-design.min.css</code></div>
|
||||
</th>
|
||||
<td class="text-success">Included</td>
|
||||
<td class="text-success">Included</td>
|
||||
|
|
|
@ -1335,7 +1335,7 @@ to your <code class="highlighter-rouge">package.json</code> using <code class="h
|
|||
|
||||
<p>Alternatively, you may use Bootstrap’s ready-to-use css by simply adding this line to your project’s entry point:</p>
|
||||
|
||||
<figure class="highlight"><pre><code class="language-js" data-lang="js"><span class="kr">import</span> <span class="s1">'bootstrap/dist/css/bootstrap.min.css'</span><span class="p">;</span></code></pre></figure>
|
||||
<figure class="highlight"><pre><code class="language-js" data-lang="js"><span class="kr">import</span> <span class="s1">'bootstrap/dist/css/bootstrap-material-design.min.css'</span><span class="p">;</span></code></pre></figure>
|
||||
|
||||
<p>In this case you may use your existing rule for <code class="highlighter-rouge">css</code> without any special modifications to webpack config except you don’t need <code class="highlighter-rouge">sass-loader</code> just <a href="https://github.com/webpack-contrib/style-loader">style-loader</a> and <a href="https://github.com/webpack-contrib/css-loader">css-loader</a>.</p>
|
||||
|
||||
|
|
42
sitemap.xml
42
sitemap.xml
|
@ -233,86 +233,86 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/album/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/blog/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/carousel/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/checkout/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/cover/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/dashboard/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/floating-labels/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/grid/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/jumbotron/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-bottom/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-fixed/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbar-static/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/navbars/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/offcanvas/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/pricing/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/product/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sign-in/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/starter-template/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sticky-footer-navbar/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/sticky-footer/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/examples/tooltip-viewport/index.html</loc>
|
||||
<lastmod>2018-01-22T22:18:32+01:00</lastmod>
|
||||
<lastmod>2018-01-23T13:53:50+01:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
Loading…
Reference in New Issue
Block a user