Skip to content

Commit 66f390e

Browse files
committed
doc: tweak docs
1 parent 20c8519 commit 66f390e

File tree

3 files changed

+5
-64
lines changed

3 files changed

+5
-64
lines changed

docs/Doxyfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ PROJECT_NAME = "Top.gg C++ SDK"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.0.0
51+
PROJECT_NUMBER = 3.0.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a
5555
# quick idea about the purpose of the project. Keep the description short.
5656

57-
PROJECT_BRIEF = "The official C++ wrapper for the Top.gg API."
57+
PROJECT_BRIEF = "A simple API wrapper for Top.gg written in C++."
5858

5959
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
6060
# in the documentation. The maximum height of the logo should not exceed 55
@@ -1348,8 +1348,7 @@ HTML_STYLESHEET =
13481348
# This tag requires that the tag GENERATE_HTML is set to YES.
13491349

13501350
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
1351-
doxygen-awesome-css/doxygen-awesome-sidebar-only.css \
1352-
style.css
1351+
doxygen-awesome-css/doxygen-awesome-sidebar-only.css
13531352

13541353
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
13551354
# other source files which should be copied to the HTML output directory. Note

docs/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta charset="utf-8">
77
<meta property="og:title" content="Top.gg C++ SDK">
8-
<meta property="og:description" content="The official C++ wrapper for the Top.gg API.">
9-
<meta name="description" content="The official C++ wrapper for the Top.gg API.">
8+
<meta property="og:description" content="A simple API wrapper for Top.gg written in C++.">
9+
<meta name="description" content="A simple API wrapper for Top.gg written in C++.">
1010
<meta property="og:url" content="https://docs.top.gg/docs/">
1111
<meta property="og:type" content="website">
1212
<meta property="twitter:title" content="Top.gg C++ SDK">

docs/style.css

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)