Skip to content

Commit bdba315

Browse files
authored
Merge pull request #671 from fable-hub/v3.0_docs
Conversion previous docs to docosaurus
2 parents dfd9dfe + 39acd63 commit bdba315

189 files changed

Lines changed: 21716 additions & 8972 deletions

File tree

Some content is hidden

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

Feliz.sln

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
5555
ProjectSection(SolutionItems) = preProject
5656
.editorconfig = .editorconfig
5757
Directory.Build.props = Directory.Build.props
58-
global.json = global.json
5958
Directory.Packages.props = Directory.Packages.props
59+
global.json = global.json
6060
LICENSE = LICENSE
6161
package-lock.json = package-lock.json
6262
package.json = package.json
@@ -65,7 +65,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
6565
EndProject
6666
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "playground", "playground", "{8F1D0581-0DB1-4A66-AF2F-5DA6953333F9}"
6767
EndProject
68-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "App", "playground\src\App.fsproj", "{A39FCEBC-7CCD-483F-8164-7D3FAFD56564}"
68+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "App", "playground\src\App.fsproj", "{A39FCEBC-7CCD-483F-8164-7D3FAFD56564}"
69+
EndProject
70+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{29F0A638-CEF7-404D-B6E2-87048B7F85B9}"
71+
EndProject
72+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{FD6D1D03-23E3-42A5-AA21-47002EDBD841}"
73+
EndProject
74+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Feliz.Docs", "docs\docs\feliz-docs\Feliz.Docs.fsproj", "{4DA593C0-C4CA-4CD9-AC92-A7CDBB720B17}"
6975
EndProject
7076
Global
7177
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -165,6 +171,10 @@ Global
165171
{A39FCEBC-7CCD-483F-8164-7D3FAFD56564}.Debug|Any CPU.Build.0 = Debug|Any CPU
166172
{A39FCEBC-7CCD-483F-8164-7D3FAFD56564}.Release|Any CPU.ActiveCfg = Release|Any CPU
167173
{A39FCEBC-7CCD-483F-8164-7D3FAFD56564}.Release|Any CPU.Build.0 = Release|Any CPU
174+
{4DA593C0-C4CA-4CD9-AC92-A7CDBB720B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
175+
{4DA593C0-C4CA-4CD9-AC92-A7CDBB720B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
176+
{4DA593C0-C4CA-4CD9-AC92-A7CDBB720B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
177+
{4DA593C0-C4CA-4CD9-AC92-A7CDBB720B17}.Release|Any CPU.Build.0 = Release|Any CPU
168178
EndGlobalSection
169179
GlobalSection(SolutionProperties) = preSolution
170180
HideSolutionNode = FALSE
@@ -192,6 +202,8 @@ Global
192202
{0BC7063D-5EEA-44AD-8000-BB0BAB195ED5} = {5BED55CF-2757-46F0-98E9-063F63DD2BCD}
193203
{F260CA19-974D-4015-8B29-6AFB56AC8AAF} = {5BED55CF-2757-46F0-98E9-063F63DD2BCD}
194204
{A39FCEBC-7CCD-483F-8164-7D3FAFD56564} = {8F1D0581-0DB1-4A66-AF2F-5DA6953333F9}
205+
{FD6D1D03-23E3-42A5-AA21-47002EDBD841} = {29F0A638-CEF7-404D-B6E2-87048B7F85B9}
206+
{4DA593C0-C4CA-4CD9-AC92-A7CDBB720B17} = {FD6D1D03-23E3-42A5-AA21-47002EDBD841}
195207
EndGlobalSection
196208
GlobalSection(ExtensibilityGlobals) = postSolution
197209
SolutionGuid = {08484504-7B02-4898-B0AD-51F03D2767E6}

docs/.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)