Skip to content

move docs around, add likebutton - #5

Open
Menkalian wants to merge 1 commit into
ne_33-fromfrom
ne_33-to
Open

move docs around, add likebutton #5
Menkalian wants to merge 1 commit into
ne_33-fromfrom
ne_33-to

Conversation

@Menkalian

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 25, 2025 18:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reorganizes documentation files and adds a "likebutton" component. The changes involve moving Bootstrap documentation templates and HTML files into a new directory structure under docs/docs/likebutton/docs/.

Key Changes

  • Created new directory structure for likebutton documentation
  • Added multiple Mustache template files for various Bootstrap documentation pages
  • Added compiled HTML documentation files for the likebutton component
  • Includes templates for index, examples, download, components, and base-css pages

Reviewed changes

Copilot reviewed 57 out of 144 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
docs/docs/likebutton/docs/templates/pages/index.mustache Bootstrap homepage template with marketing content and social integration
docs/docs/likebutton/docs/templates/pages/examples.mustache Template showcasing Bootstrap example layouts
docs/docs/likebutton/docs/templates/pages/download.mustache Customization and download page template with component selection
docs/docs/likebutton/docs/templates/pages/components.mustache Comprehensive components documentation template
docs/docs/likebutton/docs/templates/pages/base-css.mustache Base CSS documentation template covering typography, forms, and buttons
docs/docs/likebutton/docs/templates/layout.mustache Master layout template for documentation pages
docs/docs/likebutton/docs/scaffolding.html Compiled HTML for scaffolding documentation
docs/docs/likebutton/docs/less.html Compiled HTML for LESS documentation
docs/docs/likebutton/docs/index.html Compiled homepage HTML
docs/docs/likebutton/docs/examples/starter-template.html Starter template example HTML
docs/docs/likebutton/docs/examples/hero.html Hero unit example HTML

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">

Copilot AI Dec 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space between attribute and class name. Should be type="button" class="btn btn-navbar" with a space after the closing quote of type="button".

Copilot uses AI. Check for mistakes.
</tr>
<tr>
<td><code>@heroUnitLeadColor</code></td>
<td><code>inhereit</code></td>

Copilot AI Dec 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in code value. "inhereit" should be "inherit".

Suggested change
<td><code>inhereit</code></td>
<td><code>inherit</code></td>

Copilot uses AI. Check for mistakes.
Comment on lines +613 to +617
<td><code>@@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td>
</tr>
<tr>
<td><code>@@dropdownDividerBottom</code></td>

Copilot AI Dec 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Variable name has double @@ prefix. Should be single @ like other LESS variables: @dropdownDividerTop.

Suggested change
<td><code>@@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td>
</tr>
<tr>
<td><code>@@dropdownDividerBottom</code></td>
<td><code>@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td>
</tr>
<tr>
<td><code>@dropdownDividerBottom</code></td>

Copilot uses AI. Check for mistakes.
Comment on lines +613 to +617
<td><code>@@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td>
</tr>
<tr>
<td><code>@@dropdownDividerBottom</code></td>

Copilot AI Dec 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Variable name has double @@ prefix. Should be single @ like other LESS variables: @dropdownDividerBottom.

Suggested change
<td><code>@@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td>
</tr>
<tr>
<td><code>@@dropdownDividerBottom</code></td>
<td><code>@dropdownDividerTop</code></td>
<td><code>#e5e5e5</code></td>
</tr>
<tr>
<td><code>@dropdownDividerBottom</code></td>

Copilot uses AI. Check for mistakes.
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">

Copilot AI Dec 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space between attribute and class name. Should be type="button" class="btn btn-navbar" with a space after the closing quote of type="button".

Copilot uses AI. Check for mistakes.
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">

Copilot AI Dec 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space between attribute and class name. Should be type="button" class="btn btn-navbar" with a space after the closing quote of type="button".

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants