Skip to content

Commit e632746

Browse files
committed
Migrate to docusaurus
1 parent e52585d commit e632746

File tree

132 files changed

+13628
-114598
lines changed

Some content is hidden

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

132 files changed

+13628
-114598
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
- uses: actions/checkout@main
1111
with:
1212
submodules: recursive
13-
- uses: actions/setup-dotnet@v3
14-
with:
15-
dotnet-version: '6.0.x'
16-
- run: dotnet run -- deploy
13+
- run: yarn deploy
1714
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GIT_USER: ${{ secrets.GITHUB_TOKEN }}

.gitignore

+20-354
Original file line numberDiff line numberDiff line change
@@ -1,354 +1,20 @@
1-
## Ignore Visual Studio temporary files, build results, and
2-
## files generated by popular Visual Studio add-ons.
3-
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5-
6-
# Statiq folders
7-
cache/
8-
output/
9-
10-
# User-specific files
11-
*.rsuser
12-
*.suo
13-
*.user
14-
*.userosscache
15-
*.sln.docstates
16-
17-
# User-specific files (MonoDevelop/Xamarin Studio)
18-
*.userprefs
19-
20-
# Mono auto generated files
21-
mono_crash.*
22-
23-
# Build results
24-
[Dd]ebug/
25-
[Dd]ebugPublic/
26-
[Rr]elease/
27-
[Rr]eleases/
28-
x64/
29-
x86/
30-
[Aa][Rr][Mm]/
31-
[Aa][Rr][Mm]64/
32-
bld/
33-
[Bb]in/
34-
[Oo]bj/
35-
[Ll]og/
36-
[Ll]ogs/
37-
38-
# Visual Studio 2015/2017 cache/options directory
39-
.vs/
40-
# Uncomment if you have tasks that create the project's static files in wwwroot
41-
#wwwroot/
42-
43-
# Visual Studio 2017 auto generated files
44-
Generated\ Files/
45-
46-
# MSTest test Results
47-
[Tt]est[Rr]esult*/
48-
[Bb]uild[Ll]og.*
49-
50-
# NUnit
51-
*.VisualState.xml
52-
TestResult.xml
53-
nunit-*.xml
54-
55-
# Build Results of an ATL Project
56-
[Dd]ebugPS/
57-
[Rr]eleasePS/
58-
dlldata.c
59-
60-
# Benchmark Results
61-
BenchmarkDotNet.Artifacts/
62-
63-
# .NET Core
64-
project.lock.json
65-
project.fragment.lock.json
66-
artifacts/
67-
68-
# StyleCop
69-
StyleCopReport.xml
70-
71-
# Files built by Visual Studio
72-
*_i.c
73-
*_p.c
74-
*_h.h
75-
*.ilk
76-
*.meta
77-
*.obj
78-
*.iobj
79-
*.pch
80-
*.pdb
81-
*.ipdb
82-
*.pgc
83-
*.pgd
84-
*.rsp
85-
*.sbr
86-
*.tlb
87-
*.tli
88-
*.tlh
89-
*.tmp
90-
*.tmp_proj
91-
*_wpftmp.csproj
92-
*.log
93-
*.vspscc
94-
*.vssscc
95-
.builds
96-
*.pidb
97-
*.svclog
98-
*.scc
99-
100-
# Chutzpah Test files
101-
_Chutzpah*
102-
103-
# Visual C++ cache files
104-
ipch/
105-
*.aps
106-
*.ncb
107-
*.opendb
108-
*.opensdf
109-
*.sdf
110-
*.cachefile
111-
*.VC.db
112-
*.VC.VC.opendb
113-
114-
# Visual Studio profiler
115-
*.psess
116-
*.vsp
117-
*.vspx
118-
*.sap
119-
120-
# Visual Studio Trace Files
121-
*.e2e
122-
123-
# TFS 2012 Local Workspace
124-
$tf/
125-
126-
# Guidance Automation Toolkit
127-
*.gpState
128-
129-
# ReSharper is a .NET coding add-in
130-
_ReSharper*/
131-
*.[Rr]e[Ss]harper
132-
*.DotSettings.user
133-
134-
# TeamCity is a build add-in
135-
_TeamCity*
136-
137-
# DotCover is a Code Coverage Tool
138-
*.dotCover
139-
140-
# AxoCover is a Code Coverage Tool
141-
.axoCover/*
142-
!.axoCover/settings.json
143-
144-
# Visual Studio code coverage results
145-
*.coverage
146-
*.coveragexml
147-
148-
# NCrunch
149-
_NCrunch_*
150-
.*crunch*.local.xml
151-
nCrunchTemp_*
152-
153-
# MightyMoose
154-
*.mm.*
155-
AutoTest.Net/
156-
157-
# Web workbench (sass)
158-
.sass-cache/
159-
160-
# Installshield output folder
161-
[Ee]xpress/
162-
163-
# DocProject is a documentation generator add-in
164-
DocProject/buildhelp/
165-
DocProject/Help/*.HxT
166-
DocProject/Help/*.HxC
167-
DocProject/Help/*.hhc
168-
DocProject/Help/*.hhk
169-
DocProject/Help/*.hhp
170-
DocProject/Help/Html2
171-
DocProject/Help/html
172-
173-
# Click-Once directory
174-
publish/
175-
176-
# Publish Web Output
177-
*.[Pp]ublish.xml
178-
*.azurePubxml
179-
# Note: Comment the next line if you want to checkin your web deploy settings,
180-
# but database connection strings (with potential passwords) will be unencrypted
181-
*.pubxml
182-
*.publishproj
183-
184-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
185-
# checkin your Azure Web App publish settings, but sensitive information contained
186-
# in these scripts will be unencrypted
187-
PublishScripts/
188-
189-
# NuGet Packages
190-
*.nupkg
191-
# NuGet Symbol Packages
192-
*.snupkg
193-
# The packages folder can be ignored because of Package Restore
194-
**/[Pp]ackages/*
195-
# except build/, which is used as an MSBuild target.
196-
!**/[Pp]ackages/build/
197-
# Uncomment if necessary however generally it will be regenerated when needed
198-
#!**/[Pp]ackages/repositories.config
199-
# NuGet v3's project.json files produces more ignorable files
200-
*.nuget.props
201-
*.nuget.targets
202-
203-
# Microsoft Azure Build Output
204-
csx/
205-
*.build.csdef
206-
207-
# Microsoft Azure Emulator
208-
ecf/
209-
rcf/
210-
211-
# Windows Store app package directories and files
212-
AppPackages/
213-
BundleArtifacts/
214-
Package.StoreAssociation.xml
215-
_pkginfo.txt
216-
*.appx
217-
*.appxbundle
218-
*.appxupload
219-
220-
# Visual Studio cache files
221-
# files ending in .cache can be ignored
222-
*.[Cc]ache
223-
# but keep track of directories ending in .cache
224-
!?*.[Cc]ache/
225-
226-
# Others
227-
ClientBin/
228-
~$*
229-
*~
230-
*.dbmdl
231-
*.dbproj.schemaview
232-
*.jfm
233-
*.pfx
234-
*.publishsettings
235-
orleans.codegen.cs
236-
237-
# Including strong name files can present a security risk
238-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
239-
#*.snk
240-
241-
# Since there are multiple workflows, uncomment next line to ignore bower_components
242-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
243-
#bower_components/
244-
245-
# RIA/Silverlight projects
246-
Generated_Code/
247-
248-
# Backup & report files from converting an old project file
249-
# to a newer Visual Studio version. Backup files are not needed,
250-
# because we have git ;-)
251-
_UpgradeReport_Files/
252-
Backup*/
253-
UpgradeLog*.XML
254-
UpgradeLog*.htm
255-
ServiceFabricBackup/
256-
*.rptproj.bak
257-
258-
# SQL Server files
259-
*.mdf
260-
*.ldf
261-
*.ndf
262-
263-
# Business Intelligence projects
264-
*.rdl.data
265-
*.bim.layout
266-
*.bim_*.settings
267-
*.rptproj.rsuser
268-
*- [Bb]ackup.rdl
269-
*- [Bb]ackup ([0-9]).rdl
270-
*- [Bb]ackup ([0-9][0-9]).rdl
271-
272-
# Microsoft Fakes
273-
FakesAssemblies/
274-
275-
# GhostDoc plugin setting file
276-
*.GhostDoc.xml
277-
278-
# Node.js Tools for Visual Studio
279-
.ntvs_analysis.dat
280-
node_modules/
281-
282-
# Visual Studio 6 build log
283-
*.plg
284-
285-
# Visual Studio 6 workspace options file
286-
*.opt
287-
288-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
289-
*.vbw
290-
291-
# Visual Studio LightSwitch build output
292-
**/*.HTMLClient/GeneratedArtifacts
293-
**/*.DesktopClient/GeneratedArtifacts
294-
**/*.DesktopClient/ModelManifest.xml
295-
**/*.Server/GeneratedArtifacts
296-
**/*.Server/ModelManifest.xml
297-
_Pvt_Extensions
298-
299-
# Paket dependency manager
300-
.paket/paket.exe
301-
paket-files/
302-
303-
# FAKE - F# Make
304-
.fake/
305-
306-
# CodeRush personal settings
307-
.cr/personal
308-
309-
# Python Tools for Visual Studio (PTVS)
310-
__pycache__/
311-
*.pyc
312-
313-
# Cake - Uncomment if you are using it
314-
# tools/**
315-
# !tools/packages.config
316-
317-
# Tabs Studio
318-
*.tss
319-
320-
# Telerik's JustMock configuration file
321-
*.jmconfig
322-
323-
# BizTalk build output
324-
*.btp.cs
325-
*.btm.cs
326-
*.odx.cs
327-
*.xsd.cs
328-
329-
# OpenCover UI analysis results
330-
OpenCover/
331-
332-
# Azure Stream Analytics local run output
333-
ASALocalRun/
334-
335-
# MSBuild Binary and Structured Log
336-
*.binlog
337-
338-
# NVidia Nsight GPU debugger configuration file
339-
*.nvuser
340-
341-
# MFractors (Xamarin productivity tool) working folder
342-
.mfractor/
343-
344-
# Local History for Visual Studio
345-
.localhistory/
346-
347-
# BeatPulse healthcheck temp database
348-
healthchecksdb
349-
350-
# Backup folder for Package Reference Convert tool in Visual Studio 2017
351-
MigrationBackup/
352-
353-
# Ionide (cross platform F# VS Code tools) working folder
354-
.ionide/
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

0 commit comments

Comments
 (0)