Skip to content

Commit

Permalink
Rename documentation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Aug 3, 2021
1 parent 974962d commit 0bbd0ec
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All the content of the website is located under the `docsrc` folder, so if you a
docsrc
├── blog Contains the blog posts
├── community.md Page listing the different places where people can regroup, ask for help
├── documentation Contains the documentation section
├── docs Contains the documentation section
├── index.md Index of the website
├── resources.md Community driven list of useful Fable tutorials, libraries and software.
├── static Static resource like images, etc.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
62 changes: 62 additions & 0 deletions docsrc/docs/menu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "category",
"label": "Introduction",
"items": [
"docs/index",
"docs/introduction/dotnet-users-read-this",
"docs/introduction/js-users-read-this"
]
},
{
"type": "category",
"label": "New to F#?",
"items": [
"docs/new-to-fsharp/learning-the-language",
"docs/new-to-fsharp/let-keyword"
]
},
{
"type": "category",
"label": "Fable in 2 steps",
"items": [
"docs/2-steps/setup",
"docs/2-steps/your-first-fable-project"
]
},
{
"type": "category",
"label": "Your Fable project",
"items": [
"docs/your-fable-project/project-file",
"docs/your-fable-project/use-a-fable-library",
"docs/your-fable-project/author-a-fable-library",
"docs/your-fable-project/build-and-run",
"docs/your-fable-project/testing"
]
},
{
"type": "category",
"label": "Communicate with Javascript",
"items": [
"docs/communicate/js-from-fable",
"docs/communicate/fable-from-js"
]
},
{
"type": "category",
"label": "From .NET to Fable",
"items": [
"docs/dotnet/compatibility",
"docs/dotnet/numbers"
]
},
{
"type": "category",
"label": "Miscellaneous",
"items": [
"docs/miscellaneous/official-samples",
"docs/miscellaneous/fable-in-videos"
]
}
]
File renamed without changes.
File renamed without changes.
62 changes: 0 additions & 62 deletions docsrc/documentation/menu.json

This file was deleted.

6 changes: 3 additions & 3 deletions nacara.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"navbar": {
"start": [
{
"url": "/documentation",
"section": "documentation",
"url": "/docs",
"section": "docs",
"label": "Documentation"
},
{
"url": "https://fable.io/repl/",
"url": "/repl/",
"label": "Try"
},
{
Expand Down

0 comments on commit 0bbd0ec

Please sign in to comment.