fix: cleaning up some elements, adding getting started
This commit is contained in:
parent
b0e50c487e
commit
db6a980808
3 changed files with 11 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "exit-planning",
|
"name": "exit-planning",
|
||||||
"description": "Exit Planning thoughts and notes by D. Moonfire.",
|
"description": "Thoughts and observations when planning for death and serious injuries.",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -8,7 +8,6 @@ module.exports = {
|
||||||
plugins: [
|
plugins: [
|
||||||
[
|
[
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
|
|
||||||
{
|
{
|
||||||
preset: "conventionalcommits",
|
preset: "conventionalcommits",
|
||||||
},
|
},
|
||||||
|
@ -23,15 +22,14 @@ module.exports = {
|
||||||
],
|
],
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
|
//[
|
||||||
[
|
// "@semantic-release/gitlab",
|
||||||
"@semantic-release/gitlab",
|
// {
|
||||||
{
|
// assets: [
|
||||||
assets: [
|
// { path: "*.epub", label: "EPUB2", type: "other" },
|
||||||
{ path: "*.epub", label: "EPUB2", type: "other" },
|
// { path: "*.pdf", label: "PDF", type: "other" },
|
||||||
{ path: "*.pdf", label: "PDF", type: "other" },
|
// ],
|
||||||
],
|
// },
|
||||||
},
|
//],
|
||||||
],
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,7 @@ This isn't one long document because the idea is to keep things to reasonable ch
|
||||||
|
|
||||||
⚠️ We are not lawyers. These is things to be aware of and experiences that have happened. In many cases, you might need a lawyer involved and we're not it. ⚠️
|
⚠️ We are not lawyers. These is things to be aware of and experiences that have happened. In many cases, you might need a lawyer involved and we're not it. ⚠️
|
||||||
|
|
||||||
The [introduction](./introduction.md) is a short essay on why planning for the end is important. It's a bit poetic, but seems like an easy way to explain why this was written and its purpose. We also have some [tenants](./tenants.md) which guide the process of creating an exit plan.
|
The [introduction](./introduction.md) is a short essay on why planning for the end is important. It's a bit poetic, but seems like an easy way to explain why this was written and its purpose. We also have some [tenants](./tenants.md) which guide the process of creating an exit plan. If you are in a hurry, then you can just look at some [getting started](./getting-started.md) suggestions.
|
||||||
|
|
||||||
The next section, [circumstances](./circumstances.md), is the beginning to talk about the situations that happens when exit planning was needed. There are also additional issues when discussing [incapacitation](./incapacitation.md). Also, we talk about [time](./time.md) because that is critical to how we organize things.
|
The next section, [circumstances](./circumstances.md), is the beginning to talk about the situations that happens when exit planning was needed. There are also additional issues when discussing [incapacitation](./incapacitation.md). Also, we talk about [time](./time.md) because that is critical to how we organize things.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue