Skip to content

Commit

Permalink
build: change docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Nov 6, 2023
1 parent 2441e60 commit e8fb436
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@

DEFAULT_LANG = 'en'

M_LINKS_NAVBAR1 = [('Docs', 'https://gamedevtecnico.github.io/cubos', 'docs', [])]
M_LINKS_NAVBAR1 = [('Docs', 'https://gamedevtecnico.github.io/cubos/docs', 'docs', [])]

M_LINKS_FOOTER1 = [('Cubos', '.'),
('Getting Started', 'https://gamedevtecnico.github.io/cubos/getting-started.html'),
('Feature Guide', 'https://gamedevtecnico.github.io/cubos/features.html'),
('Examples', 'https://gamedevtecnico.github.io/cubos/examples.html'),
('Contribution Guidelines', 'https://gamedevtecnico.github.io/cubos/contribution.html')]

M_LINKS_FOOTER2 = [('Docs', 'https://gamedevtecnico.github.io/cubos'),
('Pages', 'https://gamedevtecnico.github.io/cubos/pages.html'),
('Modules', 'https://gamedevtecnico.github.io/cubos/modules.html'),
('Classes', 'https://gamedevtecnico.github.io/cubos/annotated.html'),
('Files', 'https://gamedevtecnico.github.io/cubos/files.html')]
('Getting Started', 'https://gamedevtecnico.github.io/cubos/docs/getting-started.html'),
('Feature Guide', 'https://gamedevtecnico.github.io/cubos/docs/features.html'),
('Examples', 'https://gamedevtecnico.github.io/cubos/docs/examples.html'),
('Contribution Guidelines', 'https://gamedevtecnico.github.io/cubos/docs/contribution.html')]

M_LINKS_FOOTER2 = [('Docs', 'https://gamedevtecnico.github.io/cubos/docs'),
('Pages', 'https://gamedevtecnico.github.io/cubos/docs/pages.html'),
('Modules', 'https://gamedevtecnico.github.io/cubos/docs/modules.html'),
('Classes', 'https://gamedevtecnico.github.io/cubos/docs/annotated.html'),
('Files', 'https://gamedevtecnico.github.io/cubos/docs/files.html')]

M_LINKS_FOOTER3 = [('Contact Us', 'mailto:[email protected]'),
('Blog Feed', 'feeds/all.atom.xml'),
Expand Down
2 changes: 1 addition & 1 deletion publishconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sys.path.append(os.curdir)
from pelicanconf import *

SITEURL = 'https://gamedevtecnico.github.io/cubos-blog'
SITEURL = 'https://gamedevtecnico.github.io/cubos'
RELATIVE_URLS = True

FEED_ALL_ATOM = 'feeds/all.atom.xml'
Expand Down

0 comments on commit e8fb436

Please sign in to comment.