mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add Ruby to toctree
This commit is contained in:
16
docs/codeql/codeql-for-ruby.rst
Normal file
16
docs/codeql/codeql-for-ruby.rst
Normal 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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user