11 Commits

Author SHA1 Message Date
Niraj Tolia
5c420892b5
Enable trailing slashes for docs/website (#1603)
## Description

This should fix a bunch of the errors seen by Google when indexing the website.

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-11-23 23:29:20 +00:00
Niraj Tolia
990e5514d2
Add missing docs for TLS config (#1565)
## Description

This should be highlighted given the use in testing

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation
2022-11-21 01:28:32 +00:00
Niraj Tolia
f2c7bde155
Correctly route docs pages (#1541)
## Description

This has led to bugs earlier. This also removes absolute paths to prevent further
breakages.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-11-17 03:26:58 +00:00
Niraj Tolia
eeeaa0e171
Add instructions on using S3-compatible systems (#1301)
## Description

Most refers to the AWS docs but adds a pointer to the endpoint param

## Type of change

- [x] 🗺️ Documentation
2022-10-24 01:28:35 +00:00
Niraj Tolia
ce061d8765
Pin more Docker versions (#1286)
## Description

Fix a few places where we refer to `latest`

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-21 16:22:01 +00:00
Niraj Tolia
9dc53bd9f8
Consistently assume that Corso was downloaded and is not on the path (#1275)
## Description

- Don't make assumptions about corso being on the path
- Assume that corso is in the CWD
- We also don't need the `.exe` suffix on Windows

## Type of change

- [x] 🗺️ Documentation
2022-10-21 07:38:01 +00:00
Niraj Tolia
d877240d4f
Clean up Repository information (#1267)
## Description

- Remove bucket creationn from the quickstart
- Remove repo connect from the quickstart
- Add examples to the repo page
- Reoder setup pages given pre-requisites to the examples on the repo page
- Cleanups, edits, and clarifications on the repo page

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [x] 🐛 Bugfix
- [x] 🗺️ Documentation

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* Closes #1262
2022-10-20 23:02:15 +00:00
Niraj Tolia
268e12d14f
Edit Quickstart backup and restore sections (#1263)
## Description

- Adds command tabs for back and restore
- Reorder Exchange CLI restore page
- Minor consistency tweaks
- Fix subsection headers
- Fix restore command
- Address TODO in repos page

## Type of change

- [x] 🗺️ Documentation
2022-10-20 22:59:01 +00:00
Niraj Tolia
0214db9b13
Remove MPU S3 perms from docs (#1221)
## Description

Remove MPU S3 perms from docs as Kopia should not need S3
multi-part-upload permissions

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
2022-10-20 17:27:18 +00:00
Niraj Tolia
e6ab739dde
Rename Setup sidebar and page titles (#1246)
## Description

This saves us from having to add Corso everywhere and also addresses comments in a previous PR.

## Type of change

- [x] 🗺️ Documentation
2022-10-20 05:15:48 +00:00
Niraj Tolia
0ee64f7e79
Consolidate setup docs (#1243)
## Description

Consolidate setup docs

Renames the "Initial Configuration" section to "Initial Setup" for better flow and upcoming changes.

## Type of change

- [x] 🗺️ Documentation
2022-10-20 03:54:57 +00:00