diff --git a/content/docs/architecture.smd b/content/docs/architecture.smd index 8d2f3a1..16dbcf1 100644 --- a/content/docs/architecture.smd +++ b/content/docs/architecture.smd @@ -6,12 +6,6 @@ .draft = false, .custom = { .githubedit = "/docs/architecture.smd", - .prevurl = "https://github.com/neurocyte/flow", - .prevtext = "Code", - .nexturl = "/docs/contributing", - .nexttext = "Contributing", - .topurl = "/docs/", - .toptext = "Docs", } --- Head to: [Contribution guidelines](/docs/contributing). @@ -104,3 +98,9 @@ support to use the system clipboard, copying and pasting to/from it. Logging support offers various levels to give feedback for several actions that ease developing Flow itself and also are used to offer feedback via `logview`. + +## Next steps + +* [Guidelines for contributions](/docs/contributing) +* [Take a peek on testing](/docs/testing) +* [Back to docs](/docs) \ No newline at end of file diff --git a/content/docs/contributing.smd b/content/docs/contributing.smd index 5bc2b45..e32cd98 100644 --- a/content/docs/contributing.smd +++ b/content/docs/contributing.smd @@ -6,12 +6,6 @@ .draft = false, .custom = { .githubedit = "/docs/contributing.smd", - .nexturl = "/docs/testing", - .nexttext = "Testing", - .topurl = "/docs/", - .toptext = "Docs", - .prevurl = "/docs/architecture", - .prevtext = "Architecture", } --- @@ -105,8 +99,9 @@ opportunity to generate regressions. If you are new to zig a good place to start to learn about the codebase is [adding some tests](/docs/testing) -## Getting in touch. +## Next steps -[Discord](https://discord.com/invite/4wvteUPphx) and -[Github issues](https://github.com/neurocyte/flow/issues) are the -main channels to do so. +* [Join Discord](https://discord.com/invite/4wvteUPphx) +* [Fill an issue](https://github.com/neurocyte/flow/issues) +* [Add some tests](/docs/testing) +* [Back to architecture](/docs/architecture) diff --git a/content/docs/testing.smd b/content/docs/testing.smd index f76ca41..1444870 100644 --- a/content/docs/testing.smd +++ b/content/docs/testing.smd @@ -6,10 +6,6 @@ .draft = false, .custom = { .githubedit = "/docs/testing.md", - .prevurl = "/docs/contributing", - .prevtext = "Contributing", - .topurl = "/docs/architecture", - .toptext = "Architecture", .codepath ="test", }, --- @@ -174,3 +170,10 @@ and the resulting contents of your file and the expected ones. If in doubt about how to do something, [please ask](https://discord.com/invite/4wvteUPphx). + + +## Next steps + +* [How to contribute](/docs/contributing) +* [User Documentation](/docs) +* [Other Flow topics](/docs/architecture) \ No newline at end of file