Skip to content

Commit a4a18b6

Browse files
Updated the documentation
1 parent e7be1c1 commit a4a18b6

25 files changed

+103
-89
lines changed

docs/doxygen-awesome.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ body {
313313
body, table, div, p, dl, #nav-tree .label, .title,
314314
.sm-dox a, .sm-dox a:hover, .sm-dox a:focus, #projectname,
315315
.SelectItem, #MSearchField, .navpath li.navelem a,
316-
.navpath li.navelem a:hover, p.reference, p.definition {
316+
.navpath li.navelem a:hover, p.reference, p.definition, div.toc li, div.toc h3 {
317317
font-family: var(--font-family);
318318
}
319319

@@ -2460,17 +2460,17 @@ h2:hover a.anchorlink, h1:hover a.anchorlink, h3:hover a.anchorlink, h4:hover a.
24602460
Optional tab feature
24612461
*/
24622462

2463-
.tabbed ul {
2463+
.tabbed > ul {
24642464
padding-inline-start: 0px;
24652465
margin: 0;
24662466
padding: var(--spacing-small) 0;
24672467
}
24682468

2469-
.tabbed li {
2469+
.tabbed > ul > li {
24702470
display: none;
24712471
}
24722472

2473-
.tabbed li.selected {
2473+
.tabbed > ul > li.selected {
24742474
display: block;
24752475
}
24762476

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ <h1><a class="anchor" id="introduction"></a>
127127
<h1><a class="anchor" id="setting-up-your-development-environment"></a>
128128
Setting up your development environment</h1>
129129
<p>See the <a class="el" href="md_Setup__Guide.html">Setup Guide</a>.</p>
130+
<h1><a class="anchor" id="online-builds"></a>
131+
Online Builds</h1>
132+
<p>You can now build and run the project online using GitHub Actions. <br />
133+
Head over to <a href="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/kitswas/File-Manager-Builds">kitswas/File-Manager-Builds</a> and follow the instructions.</p>
130134
<h1><a class="anchor" id="generating-documentation"></a>
131135
Generating Documentation</h1>
132136
<p>This project uses <a href="https://www.doxygen.nl/index.html">Doxygen</a> to generate documentation. <br />

docs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ var index =
22
[
33
[ "Introduction", "index.html#introduction", null ],
44
[ "Setting up your development environment", "index.html#setting-up-your-development-environment", null ],
5+
[ "Online Builds", "index.html#online-builds", null ],
56
[ "Generating Documentation", "index.html#generating-documentation", null ]
67
];

docs/navtreeindex0.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ var NAVTREEINDEX0 =
5353
"globals_func.html":[4,1,1],
5454
"globals_vars.html":[4,1,2],
5555
"hierarchy.html":[3,2],
56-
"index.html":[],
5756
"index.html":[0],
58-
"index.html#generating-documentation":[0,2],
57+
"index.html":[],
58+
"index.html#generating-documentation":[0,3],
5959
"index.html#introduction":[0,0],
60+
"index.html#online-builds":[0,2],
6061
"index.html#setting-up-your-development-environment":[0,1],
6162
"main_8cpp.html":[4,0,0,4],
6263
"main_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97":[4,0,0,4,0],

docs/search/all_1.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
var searchData=
22
[
3-
['cdsource_0',['CDSource',['../classMainWindow.html#a29602bd42f9b384caf705f3b63b6cbf1',1,'MainWindow']]],
4-
['change_5fdir_1',['change_dir',['../classNavpage.html#a9ecbb7921a88681628ed52e5ea4a49bc',1,'Navpage']]],
5-
['columncount_2',['columnCount',['../classQFileInfoListModel.html#a28596c395f911e883cf0cd1c9019447a',1,'QFileInfoListModel']]],
6-
['copyormovedirectorysubtree_3',['copyormovedirectorysubtree',['../utils_8cpp.html#a6888f2979e2c427c4148c6738ea39a44',1,'copyOrMoveDirectorySubtree(const QString &amp;from, const QString &amp;to, bool copyAndRemove, bool overwriteExistingFiles):&#160;utils.cpp'],['../utils_8h.html#a6888f2979e2c427c4148c6738ea39a44',1,'copyOrMoveDirectorySubtree(const QString &amp;from, const QString &amp;to, bool copyAndRemove, bool overwriteExistingFiles):&#160;utils.cpp']]],
7-
['creator_4',['Setting up Qt Creator',['../md_Setup__Guide.html#setting-up-qt-creator',1,'']]],
8-
['creator_20tips_20and_20tricks_5',['Qt Creator Tips and tricks',['../md_Setup__Guide.html#qt-creator-tips-and-tricks',1,'']]]
3+
['builds_0',['Online Builds',['../index.html#online-builds',1,'']]]
94
];

docs/search/all_10.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
var searchData=
22
[
3-
['workspace_0',['Setting up your workspace',['../md_Setup__Guide.html',1,'']]]
3+
['t_20skip_0',['Auto-formatting **(Important, don&apos;t skip)**',['../md_Setup__Guide.html#auto-formatting-important-dont-skip',1,'']]],
4+
['tabchange_1',['Tabchange',['../classMainWindow.html#a29602bd42f9b384caf705f3b63b6cbf1a58bcf51dfcf8c1938d7209e9e2997229',1,'MainWindow']]],
5+
['the_20project_2',['Setting up the project',['../md_Setup__Guide.html#setting-up-the-project',1,'']]],
6+
['tips_20and_20tricks_3',['Qt Creator Tips and tricks',['../md_Setup__Guide.html#qt-creator-tips-and-tricks',1,'']]],
7+
['tricks_4',['Qt Creator Tips and tricks',['../md_Setup__Guide.html#qt-creator-tips-and-tricks',1,'']]]
48
];

docs/search/all_11.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
var searchData=
22
[
3-
['your_20development_20environment_0',['Setting up your development environment',['../index.html#setting-up-your-development-environment',1,'']]],
4-
['your_20workspace_1',['Setting up your workspace',['../md_Setup__Guide.html',1,'']]]
3+
['ui_0',['Ui',['../namespaceUi.html',1,'']]],
4+
['up_20qt_20creator_1',['Setting up Qt Creator',['../md_Setup__Guide.html#setting-up-qt-creator',1,'']]],
5+
['up_20the_20project_2',['Setting up the project',['../md_Setup__Guide.html#setting-up-the-project',1,'']]],
6+
['up_20your_20development_20environment_3',['Setting up your development environment',['../index.html#setting-up-your-development-environment',1,'']]],
7+
['up_20your_20workspace_4',['Setting up your workspace',['../md_Setup__Guide.html',1,'']]],
8+
['utils_2ecpp_5',['utils.cpp',['../utils_8cpp.html',1,'']]],
9+
['utils_2eh_6',['utils.h',['../utils_8h.html',1,'']]]
510
];

docs/search/all_12.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
var searchData=
22
[
3-
['_7ediriteminfo_0',['~DirItemInfo',['../classDirItemInfo.html#a889a117904c7ae7d40c9113aa17d1fdf',1,'DirItemInfo']]],
4-
['_7edriveinfo_1',['~DriveInfo',['../classDriveInfo.html#aee5ce8a5ec7e12b9f88572465cdc69d6',1,'DriveInfo']]],
5-
['_7emainwindow_2',['~MainWindow',['../classMainWindow.html#ae98d00a93bc118200eeef9f9bba1dba7',1,'MainWindow']]],
6-
['_7enavpage_3',['~Navpage',['../classNavpage.html#a3ec05c8142f75b58faaaea004891e3f5',1,'Navpage']]],
7-
['_7eqfileinfolistmodel_4',['~QFileInfoListModel',['../classQFileInfoListModel.html#a857104620be276807b04f905342f4c55',1,'QFileInfoListModel']]],
8-
['_7esearchwindow_5',['~SearchWindow',['../classSearchWindow.html#a0ca858ee5416e4af238e15c46a404f02',1,'SearchWindow']]]
3+
['workspace_0',['Setting up your workspace',['../md_Setup__Guide.html',1,'']]]
94
];

docs/search/all_13.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var searchData=
2+
[
3+
['your_20development_20environment_0',['Setting up your development environment',['../index.html#setting-up-your-development-environment',1,'']]],
4+
['your_20workspace_1',['Setting up your workspace',['../md_Setup__Guide.html',1,'']]]
5+
];

docs/search/all_14.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
var searchData=
2+
[
3+
['_7ediriteminfo_0',['~DirItemInfo',['../classDirItemInfo.html#a889a117904c7ae7d40c9113aa17d1fdf',1,'DirItemInfo']]],
4+
['_7edriveinfo_1',['~DriveInfo',['../classDriveInfo.html#aee5ce8a5ec7e12b9f88572465cdc69d6',1,'DriveInfo']]],
5+
['_7emainwindow_2',['~MainWindow',['../classMainWindow.html#ae98d00a93bc118200eeef9f9bba1dba7',1,'MainWindow']]],
6+
['_7enavpage_3',['~Navpage',['../classNavpage.html#a3ec05c8142f75b58faaaea004891e3f5',1,'Navpage']]],
7+
['_7eqfileinfolistmodel_4',['~QFileInfoListModel',['../classQFileInfoListModel.html#a857104620be276807b04f905342f4c55',1,'QFileInfoListModel']]],
8+
['_7esearchwindow_5',['~SearchWindow',['../classSearchWindow.html#a0ca858ee5416e4af238e15c46a404f02',1,'SearchWindow']]]
9+
];

0 commit comments

Comments
 (0)