Skip to content

Commit

Permalink
Rename architecture index to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jun 18, 2020
1 parent 881b7f2 commit 0210974
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
},
{
"title": "Architecture",
"slug": "index",
"markdown_source": "../docs/architecture/index.md",
"slug": "architecture",
"markdown_source": "../docs/architecture/readme.md",
"parent": "principles"
},
{
"title": "Modularity",
"slug": "modularity",
"markdown_source": "../docs/architecture/modularity.md",
"parent": "index"
"parent": "architecture"
},
{
"title": "Performance",
"slug": "performance",
"markdown_source": "../docs/architecture/performance.md",
"parent": "index"
"parent": "architecture"
},
{
"title": "Automated Testing",
"slug": "automated-testing",
"markdown_source": "../docs/architecture/automated-testing.md",
"parent": "index"
"parent": "architecture"
},
{
"title": "Key Concepts",
Expand Down
2 changes: 1 addition & 1 deletion docs/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{ "docs/readme.md": [] },

{ "docs/contributors/principles.md": [
{ "docs/architecture/index.md": [
{ "docs/architecture/readme.md": [
{ "docs/architecture/modularity.md": [] },
{ "docs/architecture/performance.md": [] },
{ "docs/architecture/automated-testing.md": [] }
Expand Down

0 comments on commit 0210974

Please sign in to comment.