d2/docs
Fahmi Akbar Wildana f63591194c
add examples output
```fish
for f in docs/**.d2
  set -l dir (dirname $f)
  set -l name (basename $f .d2)
  if [ $name = "in" ]
      set name out
  end
  if [ $name = "input" ]
      set name output
  end
  go run main.go $f $dir/$name.txt
end
```
2025-02-14 13:15:31 +07:00
..
assets update 2024-03-25 09:46:14 -07:00
examples add examples output 2025-02-14 13:15:31 +07:00
CONTRIBUTING.md chore: fix some typos 2024-04-26 20:11:46 +08:00
flow.d2 docs/flow.d2: Update [ci-base] 2023-01-24 15:14:53 -08:00
flow.txt add examples output 2025-02-14 13:15:31 +07:00
INSTALL.md fix toc 2025-02-03 18:33:06 -07:00