mirror of
https://github.com/bitwarden/help
synced 2025-12-15 15:53:53 +00:00
initial commit
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
baseurl: /help
|
||||
baseurl: '/help'
|
||||
main_baseurl: ''
|
||||
@@ -43,7 +43,7 @@ collections:
|
||||
- miscellaneous.md
|
||||
articles:
|
||||
output: true
|
||||
permalink: /article/:name/
|
||||
permalink: /:name/
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
|
||||
@@ -8,17 +8,10 @@
|
||||
|
||||
<title>{% if page.title %}{{page.title}} | {% endif %}Bitwarden Help & Support</title>
|
||||
|
||||
<link rel="stylesheet" crossorigin="anonymous"
|
||||
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
|
||||
integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0= sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic"
|
||||
rel="stylesheet" type="text/css">
|
||||
|
||||
<link href="{{site.baseurl}}/css/styles.css?v={{'now' | date: "%s"}}"
|
||||
rel="stylesheet" type="text/css">
|
||||
|
||||
<link href="{{site.baseurl}}/lib/fluidbox/css/fluidbox.min.css?v={{'now' | date: "%s"}}"
|
||||
rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0= sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic" rel="stylesheet" type="text/css">
|
||||
<link href="{{site.baseurl}}/css/styles.css?v={{'now' | date: "%s"}}" rel="stylesheet" type="text/css">
|
||||
<link href="{{site.baseurl}}/lib/fluidbox/css/fluidbox.min.css?v={{'now' | date: "%s"}}" rel="stylesheet" type="text/css">
|
||||
|
||||
{% for stylesheet in page.custom-stylesheet-list %}
|
||||
<link href="{{ stylesheet }}?v={{'now' | date: "%s"}}" rel="stylesheet">
|
||||
|
||||
20
index.html
20
index.html
@@ -22,23 +22,23 @@ title: Help Center
|
||||
<div class="card-body">
|
||||
<div class="icon-wrapper text-center align-items-center justify-content-around">
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-webvault">
|
||||
<img src="images/landing/vault-final.png">
|
||||
<img src="{{site.baseurl}}/images/landing/vault-final.png">
|
||||
<p class="font-weight-bold">Web Vault</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-browserext">
|
||||
<img src="images/landing/extension.png">
|
||||
<img src="{{site.baseurl}}/images/landing/extension.png">
|
||||
<p class="font-weight-bold">Browser</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-mobile">
|
||||
<img src="images/landing/mobile.png">
|
||||
<img src="{{site.baseurl}}/images/landing/mobile.png">
|
||||
<p class="font-weight-bold">Mobile</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-desktop">
|
||||
<img src="images/landing/desktop.png">
|
||||
<img src="{{site.baseurl}}/images/landing/desktop.png">
|
||||
<p class="font-weight-bold">Desktop</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/cli">
|
||||
<img src="images/landing/cli.png">
|
||||
<img src="{{site.baseurl}}/images/landing/cli.png">
|
||||
<p class="font-weight-bold">CLI</p>
|
||||
</a>
|
||||
</div>
|
||||
@@ -51,23 +51,23 @@ title: Help Center
|
||||
<div class="card-body">
|
||||
<div class="icon-wrapper text-center align-items-center justify-content-around">
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-organizations">
|
||||
<img src="images/landing/organizations.png">
|
||||
<img src="{{site.baseurl}}/images/landing/organizations.png">
|
||||
<p class="font-weight-bold">Bitwarden Organizations</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-providers">
|
||||
<img src="images/landing/msp.png">
|
||||
<img src="{{site.baseurl}}/images/landing/msp.png">
|
||||
<p class="font-weight-bold">Bitwarden Providers</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/proof-of-concept">
|
||||
<img src="images/landing/poc-guide.png">
|
||||
<img src="{{site.baseurl}}/images/landing/poc-guide.png">
|
||||
<p class="font-weight-bold">Proof-of-Concept Checklist</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/onboarding-and-succession">
|
||||
<img src="images/landing/directory-sync.png">
|
||||
<img src="{{site.baseurl}}/images/landing/directory-sync.png">
|
||||
<p class="font-weight-bold">Onboarding & Succession</p>
|
||||
</a>
|
||||
<a class="icon-link" href="{{site.baseurl}}/article/bitwarden-security-white-paper">
|
||||
<img src="images/landing/security.png">
|
||||
<img src="{{site.baseurl}}/images/landing/security.png">
|
||||
<p class="font-weight-bold">Security & Compliance</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
17
netlify.toml
Normal file
17
netlify.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Settings in the [build] context are global and are applied to all contexts
|
||||
# unless otherwise overridden by more specific contexts.
|
||||
[build]
|
||||
# Directory to change to before starting a build.
|
||||
# This is where we will look for package.json/.nvmrc/etc.
|
||||
# If not set, defaults to the root directory.
|
||||
|
||||
# Directory that contains the deploy-ready HTML files and assets generated by
|
||||
# the build. This is relative to the base directory if one has been set, or the
|
||||
# root directory if a base has not been set. This sample publishes the
|
||||
# directory located at the absolute path "root/project/build-output"
|
||||
|
||||
publish = "_site"
|
||||
|
||||
# Default build command.
|
||||
|
||||
command = "npm run build:prod:sub"
|
||||
Reference in New Issue
Block a user