Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs conversion #627

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"fable": {
"version": "4.0.0-theta-018",
"version": "4.22.0",
"commands": [
"fable"
]
Expand Down
25 changes: 25 additions & 0 deletions Feliz.sln
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Feliz.SelectSearch", "Feliz
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Feliz.Listeners", "Feliz.Listeners\Feliz.Listeners.fsproj", "{C47B3940-5B2E-4FEE-A8B2-C7BB1C776C03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "public", "public", "{2FCE2FB9-6D16-4AF5-8FC8-7870D03F2C2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{35E5BC5C-BE96-486C-8B90-BB7E78FC8009}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "components", "components", "{13B324F6-343C-4A59-BF57-38695ED4ABBB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Docs", "public\src\components\fsharp\Docs.fsproj", "{237E9872-F564-4D04-AD13-7ED0388AC19A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -299,11 +307,28 @@ Global
{C47B3940-5B2E-4FEE-A8B2-C7BB1C776C03}.Release|x64.Build.0 = Release|Any CPU
{C47B3940-5B2E-4FEE-A8B2-C7BB1C776C03}.Release|x86.ActiveCfg = Release|Any CPU
{C47B3940-5B2E-4FEE-A8B2-C7BB1C776C03}.Release|x86.Build.0 = Release|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Debug|x64.ActiveCfg = Debug|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Debug|x64.Build.0 = Debug|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Debug|x86.ActiveCfg = Debug|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Debug|x86.Build.0 = Debug|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Release|Any CPU.Build.0 = Release|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Release|x64.ActiveCfg = Release|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Release|x64.Build.0 = Release|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Release|x86.ActiveCfg = Release|Any CPU
{237E9872-F564-4D04-AD13-7ED0388AC19A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC57B3AA-B014-44DE-A30A-F5DEF79F13CF}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{35E5BC5C-BE96-486C-8B90-BB7E78FC8009} = {2FCE2FB9-6D16-4AF5-8FC8-7870D03F2C2B}
{13B324F6-343C-4A59-BF57-38695ED4ABBB} = {35E5BC5C-BE96-486C-8B90-BB7E78FC8009}
{237E9872-F564-4D04-AD13-7ED0388AC19A} = {13B324F6-343C-4A59-BF57-38695ED4ABBB}
EndGlobalSection
EndGlobal
27 changes: 9 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions public/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

.fake

src/components/fsharp/*.jsx
fable_modules
4 changes: 4 additions & 0 deletions public/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
11 changes: 11 additions & 0 deletions public/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}
169 changes: 0 additions & 169 deletions public/Feliz.Delay/Index.md

This file was deleted.

27 changes: 0 additions & 27 deletions public/Feliz.Kawaii/README.md

This file was deleted.

Loading