infi.clickhouse_orm/scripts/generate_toc.sh

14 lines
287 B
Bash
Raw Normal View History

2017-04-28 13:44:45 +03:00
echo "Table of Contents" > toc.md
echo "=================" >> toc.md
../scripts/gh-md-toc \
index.md \
models_and_databases.md \
querysets.md \
field_types.md \
table_engines.md \
schema_migrations.md \
system_models.md \
contributing.md \
>> toc.md