Skip to content

Commit f575139

Browse files
committed
Add Ruby to toctree
1 parent 30a00b2 commit f575139

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/codeql/codeql-for-ruby.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. _codeql-for-ruby:
2+
3+
CodeQL for Ruby
4+
===============
5+
6+
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Ruby codebases.
7+
8+
.. toctree::
9+
:hidden:
10+
11+
basic-query-for-ruby-code
12+
codeql-library-for-ruby
13+
14+
- :doc:`Basic query for Ruby code <basic-query-for-ruby-code>`: Learn to write and run a simple CodeQL query using LGTM.
15+
16+
- :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.

docs/codeql/codeql-language-guides/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1313
codeql-for-java
1414
codeql-for-javascript
1515
codeql-for-python
16-
16+
codeql-for-ruby

0 commit comments

Comments
 (0)