Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikSWT committed May 28, 2024
1 parent 3b8a0f2 commit 8b9f129
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# megacreator-docs
# illustration-generator-docs
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
megacreator.docs.icons8.com
illustration-generator.docs.icons8.com
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ doks:
nav:
- item_name: Documentation
item_url: https://icons8.com/docs
- item_name: Megacreator
item_url: https://icons8.com/megacreator
- item_name: Illustration Generator
item_url: https://icons8.com/illustration-generator
external_url: true
- item_name: Icons
item_url: https://icons8.com
Expand Down Expand Up @@ -45,7 +45,7 @@ permalink: /:title/

algolia:
application_id: E0SRZV1KDE
index_name: docs_megacreator
index_name: docs_illustration_generator
search_only_api_key: 3c69946746f91017d9d59e85186f93ea
files_to_exclude: []

2 changes: 1 addition & 1 deletion docs/doks-theme/_includes/micro-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% for item in site.doks.micro_nav %}
<li class="nav-item"><a href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}{{ item.url }}" class="not-visibly">{{ item.title }}</a></li>
{% endfor %}
<li class="suggest--github"><a href="https://github.com/icons8/megacreator-docs" class="btn btn--suggest-edit"><i class="icon icon--github"></i>Suggest edits</a></li>
<li class="suggest--github"><a href="https://github.com/icons8/illustration-generator-docs" class="btn btn--suggest-edit"><i class="icon icon--github"></i>Suggest edits</a></li>
{% endunless %}
{% if page.release_note %}
{% for item in page.release_note %}
Expand Down
Binary file modified docs/doks-theme/assets/images/layout/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 24 additions & 12 deletions docs/doks-theme/assets/images/layout/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 23 additions & 5 deletions docs/doks-theme/assets/images/layout/logo_tablet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/doks-theme/assets/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
headings = reduceLevels( headings );

generateList( headings, true ).appendTo( '.js-sections' );
var ghButtonHtml = "<a href='https://github.com/icons8/megacreator-docs' id='sections-button' class='btn btn--dark btn--rounded btn--w-icon btn--github js-affix'><i class='icon icon--github' style='float: left; margin-left: 0px; margin-right: 16px'></i>Suggest Edits</a>";
var ghButtonHtml = "<a href='https://github.com/icons8/illustration-generator-docs' id='sections-button' class='btn btn--dark btn--rounded btn--w-icon btn--github js-affix'><i class='icon icon--github' style='float: left; margin-left: 0px; margin-right: 16px'></i>Suggest Edits</a>";
var ghButton = $.parseHTML(ghButtonHtml);
$('.js-sections').append(ghButton);
}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ keywords:
comments: false

# Hero section
title: Mega Creator
title: Illustration Generator
description: Mega Creator is an online DIY graphic editor for building custom illustrations, photos, and collages from pre-made elements. It allows you to create a wide range of projects in many formats.
icon: 'megacreator'
icon: 'illustration-generator'

# Micro navigation
micro_nav: false
Expand Down

0 comments on commit 8b9f129

Please sign in to comment.