Add Ruby to toctree

This commit is contained in:
Calum Grant
2021-10-13 09:10:46 +01:00
parent 30a00b22c9
commit f575139180
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
.. _codeql-for-ruby:
CodeQL for Ruby
===============
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Ruby codebases.
.. toctree::
:hidden:
basic-query-for-ruby-code
codeql-library-for-ruby
- :doc:`Basic query for Ruby code <basic-query-for-ruby-code>`: Learn to write and run a simple CodeQL query using LGTM.
- :doc:`CodeQL library for Ruby <codeql-library-for-ruby>`: When you're analyzing a Ruby program, you can make use of the large collection of classes in the CodeQL library for Ruby.

View File

@@ -13,4 +13,4 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
codeql-for-java
codeql-for-javascript
codeql-for-python
codeql-for-ruby