Commit Graph

36 Commits

Author SHA1 Message Date
62b30d6072 Alignment => Justification Docs Fixes 2023-01-25 17:45:30 -08:00
eba2a8cc76 Add layout documentation 2023-01-10 00:17:11 +01:00
bc6ba26840 Fix title of JSON docs 2023-01-10 00:17:11 +01:00
54be64ec84 Add JSON text renderer (#1086)
* Add JsonText widget to render highlighted JSON

Closes #1051
2022-12-31 18:17:15 +00:00
a9b97fa4dc fixed panel/table copypasta 2022-11-16 00:07:49 +01:00
995ef10b8b Created a Columns widget documentation (#1044) 2022-11-04 09:21:18 +01:00
4ea64ccb9c Added documentation guide for the Padder Widget (#1046) 2022-11-04 09:20:38 +01:00
a755cc5d9c Added documentation guide for Grid Widget (#1043) 2022-11-02 12:59:41 +01:00
2a493cfee9 Added documentation for Rows widget 2022-11-01 09:48:38 +01:00
5f1121e8e1 Create panel documentation 2022-10-15 06:44:48 +02:00
db095217b7 Add documentation for Breakdown Chart (#1000)
* Begin breakdown chart documentation
* Fix generator build failure
* Add in breakdown chart graphics
* Add breakdown chart documentation and move cast files
2022-10-06 22:02:25 +02:00
af9f5ea97d [docs] fixed typo (#956) 2022-09-09 13:33:06 +02:00
a6364e066b Fix path and description for TextPath docs (#758) 2022-03-02 10:24:33 +01:00
fbe1d0b6f2 Add documentation for TextPath widget (#757) 2022-03-01 20:56:58 +01:00
c2da268129 Docs redesign (#728)
* Adding a dark mode
* Adding reference for types to summary pages
* Adding API Reference
* Adding modifiers to methods/fields/etc
* Minimizing files input
* Caching a lot of the output pages
* Cache only for each execution
* Adding API references to existing docs
2022-02-14 18:44:25 +01:00
21ac952307 Remove Render from docs in favor of Write (#613)
The `Render` method has been obsoleted.
2021-11-09 21:22:18 +01:00
64f444114a Fix typos 2021-09-23 19:08:03 -04:00
223642b797 Add blog to docs (#484)
* Adding social card infrastructure
* Upgrades doc project to .NET 6
* Adds Playwright
* Changes the console to a web project for Playwright
* Adds social card template
* Added blog content
* Parallelized social image processing
* Updating CI to use .NET 6 for docs build
2021-07-15 19:53:01 +02:00
ebd7bb5949 Update canvas.md 2021-06-09 23:43:55 +02:00
46abadaccb Add AsciiCast demos for docs 2021-05-23 23:30:14 +02:00
5d68020abb Wrong method in code example
Wrong method called in the documentation for the Calendar widget.
2021-05-19 13:46:39 +02:00
2a9fbb1ee9 New doc theme (#387) 2021-04-24 22:20:59 +02:00
MB
6121203fee Rename tree to root so the example compiles.
The 'root' variable does not exist in current context. Either should call Render(tree) or have it renamed to root. I've chosen root as it's more consistent with the examples later on.
2021-04-02 23:32:15 +02:00
8261b25e5c Fix tree rendering
Fixes some tree rendering problems where lines were not properly drawn
at some levels during some circumstances.

* Change the API back to only allow one root.
* Now uses a stack based approach to rendering instead of recursion.
* Removes the need for measuring the whole tree in advance.
  Leave this up to each child to render.
2021-01-10 15:55:11 +01:00
7dccb310f3 Add support for bar charts
Closes #103
2020-12-23 10:05:08 +01:00
b7cd7dd53e Fix grammar in Canvas Image docs 2020-11-25 13:52:17 +01:00
3e1251b86a Fix heading size 2020-11-25 13:41:11 +01:00
b0b988a1e7 Add Canvas and CanvasImage docs 2020-11-25 12:15:25 +01:00
93d1971f48 Update rule example and docs 2020-10-27 17:30:50 +01:00
bca1c889d1 Add Padding extension
Add extension method for specifying horizontal and vertical padding.
Similar constructor for `Padding` already existed.

Update documentation for table column appearance (padding).

Update
`Should_Render_Padded_Object_Correctly_When_Nested_Within_Other_Object`
test to use new extension method.
2020-10-27 09:09:30 +01:00
f34fc43d00 Update documentation for aligning tables 2020-10-27 09:08:27 +01:00
e7f497050c Add row and column accessors for tables and grids 2020-10-26 18:15:27 +01:00
10daf727e9 Fix outdated documentation 2020-10-26 12:20:17 +01:00
037a215a78 Add documentation for rule 2020-10-22 08:53:20 +02:00
b52056ee49 Update documentation for calendar 2020-10-20 21:55:29 +02:00
3941fd81ab Move table and calendar docs 2020-10-20 02:32:04 +02:00