Skip to content

Commit

Permalink
fix: Delete unnecesary /docs folder due to subdomian
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jun 27, 2024
1 parent 663a195 commit dd1120a
Show file tree
Hide file tree
Showing 47 changed files with 22 additions and 2,964 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Not sure what a .gitignore is?
# See: https://git-scm.com/docs/gitignore
# See: https://git-scm.com/gitignore

# The first files are directly copied from Jekyll's first-party docs on `.gitignore` files:
# https://jekyllrb.com/tutorials/using-jekyll-with-bundler/#commit-to-source-control
Expand Down
2 changes: 1 addition & 1 deletion _includes/fix_linenos.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
a `<table>` element within a `<code>` block). As such, we no longer
recommend using this workaround. For more information, see the
"Code snippets with line numbers" docs page:
https://just-the-docs.com/docs/ui-components/code/line-numbers/
https://just-the-docs.com/ui-components/code/line-numbers/
(or, docs/ui-components/line-nos.md/)

The next portion of this file, including the comments and the workaround,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: PR Acceptance criteria
parent: Contributing
grand_parent: Developing
permalink: /docs/developing/contributing/PR_acceptance_criteria
permalink: /developing/contributing/PR_acceptance_criteria
nav_order: 4
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Branch and Commit Guidelines
parent: Contributing
grand_parent: Developing
permalink: /docs/developing/contributing/branch_and_commit_guidelines
permalink: /developing/contributing/branch_and_commit_guidelines
nav_order: 2
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Contributing
parent: Developing
has_children: true
permalink: /docs/developing/contributing/
permalink: /developing/contributing/
nav_order: 6
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Contributing process
grand_parent: Developing
parent: Contributing
permalink: /docs/developing/contributing/contributing_process
permalink: /developing/contributing/contributing_process
nav_order: 1
---

Expand All @@ -24,18 +24,18 @@ nav_order: 1

### Follow Development guide

Follow the [Setting development environment]({{site.baseurl}}/docs/developing/setting_development_environment/) to set up the project. Consider you will have to fork the project you want to contribute to.
Follow the [Setting development environment]({{site.baseurl}}/developing/setting_development_environment/) to set up the project. Consider you will have to fork the project you want to contribute to.

### Create a new branch

Create a new [branch]({{site.baseurl}}/docs/contributing/branch_and_commit_guidelines/#branch-naming-conventions) from develop in your forked project.
Create a new [branch]({{site.baseurl}}/contributing/branch_and_commit_guidelines/#branch-naming-conventions) from develop in your forked project.
```
git branch new-branch develop
```

### Make an empty commit

Make an [empty commit]({{site.baseurl}}/docs/contributing/branch_and_commit_guidelines/#first-commit-requirements) on this branch and push.
Make an [empty commit]({{site.baseurl}}/contributing/branch_and_commit_guidelines/#first-commit-requirements) on this branch and push.
```bash
git commit -m 'message' --allow-empty
git push -u origin new-branch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Errors and issues
parent: Contributing
grand_parent: Developing
permalink: /docs/developing/contributing/errors_and_issues
permalink: /developing/contributing/errors_and_issues
nav_order: 3
---

Expand All @@ -21,7 +21,7 @@ nav_order: 3
### Errors outside the scope of your work

1. Make sure it is an actual error and not a bad interaction between your code and the rest of the project.
2. [Open an issue]({{site.baseurl}}/docs/contributing/errors_and_issues/#guidelines-for-creating-issues) to keep track of the error.
2. [Open an issue]({{site.baseurl}}/contributing/errors_and_issues/#guidelines-for-creating-issues) to keep track of the error.
3. You can assign the issue yourself if you either want to fix the error or need to do so for your code to work. If you want to fix that new issue, you SHOULD do it from a different PR. If it is impossible or too hard to separately fix it, fix the error on your already open PR, but you MUST clarify which commits are part of this new issue so maintainers know it when squashing.

### Errors in your own code
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Core and plugins
has_children: true
permalink: /docs/core_and_plugins
permalink: /core_and_plugins
nav_order: 3
---

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Lab plugins
parent: Core and plugins
has_children: true
permalink: /docs/core_and_plugins/lab_plugins/
permalink: /core_and_plugins/lab_plugins/
nav_order: 5
---

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/developing/cli.md → developing/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nav_order: 2
{:toc}

{: .important }
> In order to use the CLI, you need to [set the development environment]({{site.baseurl}}/docs/developing/setting_development_environment/)
> In order to use the CLI, you need to [set the development environment]({{site.baseurl}}/developing/setting_development_environment/)
## Get availables plugins

Expand Down
2 changes: 1 addition & 1 deletion docs/developing/developing.md → developing/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Developing
has_children: true
permalink: /docs/developing
permalink: /developing
nav_order: 4
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nav_order: 2
{:toc}

{: .important }
> In order to use the CLI, you need to [set the development environment]({{site.baseurl}}/docs/developing/setting_development_environment/)
> In order to use the CLI, you need to [set the development environment]({{site.baseurl}}/developing/setting_development_environment/)
## Create your own plugin

Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit dd1120a

Please sign in to comment.