Documentation skeleton (#1617)

* Documentation skeleton

* Added ADR list and more

* rm material theme

* Update mkdocs.yml

* Add docs TOC

* Work for plain MD and mkdocs

* Update mkdocs.yml

* Restructuring

* Added roadmap

* Add reference APIs

* move publishing
This commit is contained in:
Stefan Ålund
2020-07-15 08:57:25 +02:00
committed by GitHub
parent 982bacb167
commit 8ec6ed5170
53 changed files with 713 additions and 26 deletions
-9
View File
@@ -1,9 +0,0 @@
# Reference documentation
APIs and Components
- [createPlugin](createPlugin.md)
- [createPlugin - router](createPlugin-router.md)
- [createPlugin - feature flags](createPlugin-feature-flags.md)
[Back to Docs](../README.md)
@@ -64,5 +64,3 @@ const ExampleButton: FC<{}> = () => {
);
};
```
[Back to References](README.md)
-2
View File
@@ -39,5 +39,3 @@ export default createPlugin({
},
});
```
[Back to References](README.md)