Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B committed May 24, 2019
1 parent 8c10a36 commit 1da40b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# TODO

- create a proper swagger json tag:
- Create a proper swagger json tag:

```
{% swagger method="post_api_cursor"%}
```
```
{% swagger method="post_api_cursor"%}
```

This should not access the allComments json but parse the swagger json (maybe using some lib) and produce nice and clean output immediately.
This should not access the allComments json but parse the swagger json maybe using some lib) and produce nice and clean output immediately.

After that it should be verified if there are still docublocks left. maybe %{ docublock %} can die then
- create a jekyll subcommand that outputs all examples in a **STRUCTURED** way
After that it should be verified if there are still docublocks left. maybe %{ docublock %} can die then

```
$ bundler exec jekyll find-examples # see algolia plugin
$ head examples.json
{"example1": "db._collections()\nprin(\"OK\")"}
- Create a jekyll subcommand that outputs all examples in a **STRUCTURED** way

this should then feed a new thing that generates the examples via the CI
```
$ bundler exec jekyll find-examples # see algolia plugin
$ head examples.json
{"example1": "db._collections()\nprin(\"OK\")"}
```

- rethink the {% tag %}{% include %} thing...namely first one thing that parses something and then outputs variables that then include a template. feels wrong...
This should then feed a new thing that generates the examples via the CI

- Rethink the {% tag %}{% include %} thing... namely first one thing that parses something and then outputs variables that then include a template. Feels wrong...
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exclude:
- vendor/ruby/
- scripts
- Dockerfile
- todo.md
- TODO.md
- htmltest
- 3.5/generated
- 3.4/generated
Expand Down

0 comments on commit 1da40b4

Please sign in to comment.