Skip to content

Commit

Permalink
(feature): convert markdown references to slug if possible (#3146)
Browse files Browse the repository at this point in the history
* (feature): convert mdx references to url subpaths

* (feature): convert markdown references to linsk
  • Loading branch information
dsinghvi authored Mar 11, 2024
1 parent 2fa9d8a commit 99f93a0
Show file tree
Hide file tree
Showing 20 changed files with 316 additions and 73 deletions.
73 changes: 64 additions & 9 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
43 changes: 43 additions & 0 deletions fern.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "generators", "generators", "{8EAA9E1A-E920-49FF-A67F-F2E26EDB2316}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "csharp", "csharp", "{A479F77E-5AE7-40D4-B54C-55F790BAC6BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "playground", "playground", "{342AAB61-997E-4263-B24F-0482D649176A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground", "generators\csharp\playground\Playground\Playground.csproj", "{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Test", "generators\csharp\playground\Playground.Test\Playground.Test.csproj", "{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Release|Any CPU.Build.0 = Release|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A479F77E-5AE7-40D4-B54C-55F790BAC6BD} = {8EAA9E1A-E920-49FF-A67F-F2E26EDB2316}
{342AAB61-997E-4263-B24F-0482D649176A} = {A479F77E-5AE7-40D4-B54C-55F790BAC6BD}
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F} = {342AAB61-997E-4263-B24F-0482D649176A}
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E} = {342AAB61-997E-4263-B24F-0482D649176A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AD0DC6F-882A-45C8-8968-3A49D3FB39A9}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion packages/cli/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@fern-api/core-utils": "workspace:*",
"@fern-api/fdr-sdk": "0.54.1-1-g293e7bf",
"@fern-api/fdr-sdk": "0.55.0-2-gd14a0f0",
"@fern-api/fs-utils": "workspace:*",
"@fern-api/task-context": "workspace:*",
"@fern-fern/fiddle-sdk": "^0.0.411",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/docs-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@fern-api/configuration": "workspace:*",
"@fern-api/core-utils": "workspace:*",
"@fern-api/fdr-sdk": "0.54.1-1-g293e7bf",
"@fern-api/fdr-sdk": "0.55.0-2-gd14a0f0",
"@fern-api/fs-utils": "workspace:*",
"@fern-api/ir-generator": "workspace:*",
"@fern-api/register": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"@fern-api/configuration": "workspace:*",
"@fern-api/core": "workspace:*",
"@fern-api/core-utils": "workspace:*",
"@fern-api/fdr-sdk": "0.54.1-1-g293e7bf",
"@fern-api/docs-validator": "workspace:*",
"@fern-api/fdr-sdk": "0.55.0-2-gd14a0f0",
"@fern-api/fs-utils": "workspace:*",
"@fern-api/ir-generator": "workspace:*",
"@fern-api/ir-migrations": "workspace:*",
Expand All @@ -45,6 +46,7 @@
"chalk": "^5.0.1",
"decompress": "^4.2.1",
"form-data": "4.0.0",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"lodash-es": "^4.17.21",
"mime-types": "^2.1.35",
Expand Down
Loading

0 comments on commit 99f93a0

Please sign in to comment.