Skip to content

Commit

Permalink
added browswer support (#12587)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoism4504 committed Sep 21, 2021
1 parent cf45b2b commit a0c2e24
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions website/content/docs/browser-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: docs
page_title: Browser Support
sidebar_title: Browser Support
description: |-
List of browser suppport.
---

# Vault UI Browser Support

Vault currently supports all 'evergreen' browsers, as they are generally on up-to-date versions. Therefore, the follow browsers are supported:

- Chrome
- Firefox
- Safari
- Microsoft Edge

We do not support Internet Explorer 11 (IE 11). Vault follows a similar alignment with Microsoft's own stance on IE 11, found on their [support website](https://docs.microsoft.com/en-US/lifecycle/faq/internet-explorer-microsoft-edge).
5 changes: 4 additions & 1 deletion website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
{
"divider": true
},

{
"title": "Browser Support",
"path": "browser-support"
},
{
"title": "Installing Vault",
"path": "install"
Expand Down

0 comments on commit a0c2e24

Please sign in to comment.