Tweak config settings and apply Corso docs fixes (#59)
- Disable the readability style checker for now - Remove all errors and warnings with the fixed Vale globbing - Rename template directory
This commit is contained in:
parent
930d9bd132
commit
71f04fa8d0
@ -3,7 +3,7 @@ StylesPath = styles
|
|||||||
MinAlertLevel = suggestion
|
MinAlertLevel = suggestion
|
||||||
Vocab = Base
|
Vocab = Base
|
||||||
|
|
||||||
Packages = Microsoft, proselint, write-good, alex, readability
|
Packages = Microsoft, proselint, write-good, alex
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
BasedOnStyles = Vale, Microsoft, proselint, write-good, alex, readability
|
BasedOnStyles = Vale, Microsoft, proselint, write-good, alex
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.PHONY: buildimage build dev shell
|
.PHONY: buildimage build dev shell check
|
||||||
|
|
||||||
buildimage:
|
buildimage:
|
||||||
docker build -t "alcion/docs:latest" .
|
docker build -t "alcion/docs:latest" .
|
||||||
|
|||||||
8
docs/docs/concepts/_category_.json
Normal file
8
docs/docs/concepts/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Concepts",
|
||||||
|
"position": 2,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Core Corso Concepts."
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -2,17 +2,17 @@
|
|||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Corso Introduction
|
# Corso introduction
|
||||||
|
|
||||||
Let's discover **Corso in less than 5 minutes**.
|
Discover **Corso in less than 5 minutes**.
|
||||||
|
|
||||||
## Getting Started
|
## Getting started
|
||||||
|
|
||||||
### What you'll need
|
### What you'll need
|
||||||
|
|
||||||
- Docker
|
- Docker
|
||||||
- A M365 account with the following permissions:
|
- A M365 account with the following permissions:
|
||||||
- ...
|
- _
|
||||||
|
|
||||||
## Running Corso
|
## Running Corso
|
||||||
|
|
||||||
@ -22,12 +22,12 @@ Corso with automatically run with the command:
|
|||||||
docker run ...
|
docker run ...
|
||||||
```
|
```
|
||||||
|
|
||||||
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
|
You can type this command into Command Prompt, PowerShell, Terminal, or any other integrated terminal of your code editor.
|
||||||
|
|
||||||
## Your First M365 Backup
|
## Your first M365 backup
|
||||||
|
|
||||||
To **only** backup your data, run:
|
To backup just your own personal data, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run
|
docker run ...
|
||||||
```
|
```
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"label": "Corso - Concepts",
|
|
||||||
"position": 2,
|
|
||||||
"link": {
|
|
||||||
"type": "generated-index",
|
|
||||||
"description": "5 minutes to learn the most important Corso concepts."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -62,10 +62,10 @@ const config = {
|
|||||||
type: 'doc',
|
type: 'doc',
|
||||||
docId: 'intro',
|
docId: 'intro',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Tutorial',
|
label: 'Docs',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/facebook/docusaurus',
|
href: 'https://github.com/alcionai/corso',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
@ -75,10 +75,10 @@ const config = {
|
|||||||
style: 'dark',
|
style: 'dark',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: 'Docs',
|
title: 'Resources',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Tutorial',
|
label: 'Docs',
|
||||||
to: '/docs/intro',
|
to: '/docs/intro',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||||||
const sidebars = {
|
const sidebars = {
|
||||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||||
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
docsSidebar: [{type: 'autogenerated', dirName: '.'}],
|
||||||
|
|
||||||
// But you can create a sidebar manually
|
// But you can create a sidebar manually
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user