20 Commits

Author SHA1 Message Date
Niraj Tolia
b8b72ed831
Fix Corso logo in the README (#1705)
## Description

The link was broken when the docs directory got renamed
2022-12-06 07:12:59 +00:00
Niraj Tolia
d2b5e773e7
Fix README links to the website (#1597)
## Description

These got broken when we combined docs and the website

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🐛 Bugfix
2022-11-23 20:04:51 +00:00
Vaibhav Kamra
f70c5418fd
Add go report card badge (#1320)
## Description

Add go report card badge

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor
2022-10-25 04:34:29 +00:00
Niraj Tolia
a5c2efe9b3
Revert "Add CI badge" (#1319)
Revert "Add CI badge (#1318)"

This reverts commit f6fabcea0cf9986c315617206a2bdd59ca677ffe.
2022-10-24 21:13:42 -07:00
Vaibhav Kamra
f6fabcea0c
Add CI badge (#1318)
## Description

Add CI badge

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor
2022-10-25 04:10:01 +00:00
Georgi Matev
035144a41d
Connect to roadmap project (#1314)
## Description

References the Corso roadmap project 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-24 22:13:37 +00:00
Niraj Tolia
8c8bab74d7
Simplify README (#1300)
The docs have much better instructions on how to download Corso
2022-10-22 15:06:24 -07:00
Niraj Tolia
bb3474f083
Trivial: Add missing period in the README (#1076)
## Description

Trivial: Add missing period in the README
2022-10-06 19:20:33 +00:00
Georgi Matev
c4eed04483
Fill in developer/build.md page placeholder (#1065)
## Description

* Fill in developer/build.md page placeholder
* Fix some liniting issues

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-06 17:57:32 +00:00
Niraj Tolia
f3b66aab0b
Update README with LICENSE info (#1070)
## Description

Update README with LICENSE info

## Type of change

- [x] 🗺️ Documentation
2022-10-06 16:42:49 +00:00
Niraj Tolia
1d1e5ed006
Update README and upgrade COC (#1068)
## Description

Update README and upgrade COC

- Adds badges for Discord, License, COC
- Upgrades COC

## Type of change

- [x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
2022-10-06 11:10:12 +00:00
Niraj Tolia
79f50cad82
Tweak Corso description and add alpha warning (#1058)
## Description

Tweak Corso description and add alpha warning

## Type of change

- [x] 🗺️ Documentation
2022-10-05 22:35:40 +00:00
Niraj Tolia
80ebc2956b
Add Corso logo to the README (#1063)
## Description

Add Corso logo to the README

## Type of change

- [x] 🐹 Trivial/Minor
2022-10-05 22:34:40 +00:00
Keepers
127b6d061a
introduce docker container production (#660)
Introduces the production of docker containers as a CI step.
Currently only provides a rolling-release version that builds
on every push to main.  Images are deployed to ghcr.io.

The PR includes two variations on building the images.  We'll
likely only want to stick with one or the other.
2022-09-01 15:06:57 +00:00
Niraj Tolia
245bb6e73e
Misc doc changes (#667)
* Bounce package.json verison to 0.1.0

* Docs cleanup driven by Vale

* Clarifying language

* Clarify that permissions bit is important

* End of line white space linter warnings

* Straighten what seemed like awkward constructs in prerequisites

* Sync up with `docs/intro.md`

Co-authored-by: Georgi Matev <gmatev@alcion.ai>
2022-08-31 00:23:42 +00:00
Georgi Matev
9f6b1bc1b8
Docs structure and initial content (#658)
* Clean up tree structure and add proper logo

* Proper logo files

* Initial docs

* Pick up new page after merging main

* Apply suggestions from code review

Some nits

Co-authored-by: Niraj Tolia <ntolia@users.noreply.github.com>

* Quash a bunch of Vale prose linter errors, warnings, and suggestions.

* PR Review feedback
* Simplified mount folders
* Cleaned up windows container
* Hid `latest` release tag

* Review feedback: Link to repo page

* Better arrow symbol

Co-authored-by: Niraj Tolia <ntolia@users.noreply.github.com>

* Clarify sentence

* Update README.md

* Reframing focus to M365

* More linting

* Use only MD files

Co-authored-by: Niraj Tolia <ntolia@users.noreply.github.com>
2022-08-26 20:45:50 -07:00
Keepers
d954c68216
optional arm docker image build (#624)
adds the `--arm` flag to /corso/build/build-container.sh
2022-08-22 19:22:09 +00:00
Georgi Matev
0ebf4d33e3
Start building out README and basic structure (#590) 2022-08-18 13:42:26 +00:00
Sidhartha Mani
c5f152477d
cleanup build scripts and simplify build/build-container (#301) 2022-07-08 22:25:21 +00:00
ryanfkeepers
150d89e738
Initial commit 2022-04-27 09:47:45 -06:00