Files
textual/questions/README.md
Rodrigo Girão Serrão 38592c34bd Add FAQ about DataTable scrolling. (#2466)
Related issues: #2458
2023-05-04 10:35:39 +01:00

19 lines
334 B
Markdown

# Questions
Your questions should go in this directory.
Question files should be named with the extension ".question.md".
To build the FAQ, install [faqtory](https://github.com/willmcgugan/faqtory) if you haven't already:
```
pip install faqtory
```
Then run the following from the top of the repository:
```
faqtory build
```