We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06726e8 commit 7ee922cCopy full SHA for 7ee922c
web/scripts/builder.py
@@ -580,13 +580,9 @@ def create_item(item):
580
for function in self.functions:
581
self.create_function_page(function)
582
583
-
584
- # Other types of articles
+ # Other articles
585
self.create_article('privacy')
586
587
- # Official articles
588
- self.create_article('OOP_Introduction', 'official')
589
590
other_pages = [
591
{
592
'path_html': '404.html',
0 commit comments