Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 82fb0fc

Browse files
docs: Provide new website template (#73)
* ✨ add Docusaurus (#1) * 🔨 remove broken links + update config * 🎨 update sidebar config + github repo * 🔨 update footer * 💄 theming * 🎨 add logo * 🎨 update logos * 💄 Footer styling updates * 🍱 Add favicon * ✨ use dev config file * 💚 env variables (#2) * Auto stash before merge of "master" and "origin/master" * 📝 Add documentation * 👌 change logo * 💄 update dark theme colors * ✨ seo image * 🔥 remove docs from root * 🔥 restore src files * 🔥 undo .github files removal * ✨ update preview docs + github references * 🔨 fix broken link * 💄 alert background fix * 👌 rename docs to documentation * 👌 add support for csharp * 👌 update organisation name * 👌 update URL * 👌 rename docs to next * 👌 update README * 👌 rename unreleased docs folder to preview * 🔥 remove unused images * 👌 add netlify.toml * Change Netlify name Co-authored-by: Tom Kerkhove <[email protected]>
1 parent 47b24a9 commit 82fb0fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+27468
-598
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ ClientBin/
222222
*.publishsettings
223223
orleans.codegen.cs
224224

225-
# Including strong name files can present a security risk
225+
# Including strong name files can present a security risk
226226
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
227227
#*.snk
228228

@@ -318,7 +318,7 @@ __pycache__/
318318
# OpenCover UI analysis results
319319
OpenCover/
320320

321-
# Azure Stream Analytics local run output
321+
# Azure Stream Analytics local run output
322322
ASALocalRun/
323323

324324
# MSBuild Binary and Structured Log
@@ -327,8 +327,10 @@ ASALocalRun/
327327
# NVidia Nsight GPU debugger configuration file
328328
*.nvuser
329329

330-
# MFractors (Xamarin productivity tool) working folder
330+
# MFractors (Xamarin productivity tool) working folder
331331
.mfractor/
332332

333333
# Custom
334334
docs/_site/*
335+
docs/.docusaurus
336+
docs/build

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/Gemfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/Gemfile.lock

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)